Add Ranger
This commit is contained in:
parent
68d44d39be
commit
7e7aef2efa
9
gitpush.sh
Executable file
9
gitpush.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
|
||||
echo -e "Enter the git commit message: \c "
|
||||
read comment
|
||||
git add *
|
||||
git commit -m "$comment"
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user