Skip to content

Commit 26a9efc

Browse files
14 Jan Readme and gitignore update
1 parent 6163cb6 commit 26a9efc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
commit*

commit.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
git add .
33
read -p "enter the extra message : " msg
4-
./.git/hooks/pre-commit
54
git commit -m " `date +\"%d %b\"` $msg "
65
git push origin main
76
echo "Done with the script"

0 commit comments

Comments
 (0)