Fixed typo in git-init
This commit is contained in:
parent
c0b66dfee5
commit
0164247dbf
|
@ -9,7 +9,7 @@ if [ -z "$1" ]; then show_help; exit 0; fi;
|
|||
|
||||
# Making README.md
|
||||
touch README.md
|
||||
echo "#$(basname $PWD)" >> README.md
|
||||
echo "#$(basename $PWD)" >> README.md
|
||||
|
||||
# Make .gitignore
|
||||
touch .gitignore
|
||||
|
|
Loading…
Reference in New Issue
Block a user