test git script
This commit is contained in:
parent
e292e4c728
commit
298e56fd49
1 changed files with 5 additions and 0 deletions
5
git-update.sh
Executable file
5
git-update.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
echo "Git commit message:"
|
||||
read
|
||||
git add .
|
||||
git commit -m "$REPLY"
|
||||
git commit push -u origin
|
||||
Loading…
Add table
Add a link
Reference in a new issue