Skip to content

Commit 4b7be97

Browse files
Legacy Code
1 parent a2179ff commit 4b7be97

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
gtag('js', new Date());
1414
gtag('config', 'UA-162313419-1');
1515
</script>
16+
<!-- Google Analytics Ends -->
1617
<title>Programmer Gaurav | Gaurav Gupta | portfolio | Web Developer</title>
1718
<meta charset="utf-8">
1819
<meta name="viewport" content="width=device-width, initial-scale=1.0">

update

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
git add .
2-
git commit -m "Hello World!"
3-
git push origin master
2+
if [ -z "$1" ]; then
3+
git commit -am "Legacy Code"
4+
else
5+
git commit -am "$1"
6+
fi
7+
git push origin master

0 commit comments

Comments
 (0)