5 lines
85 B
Bash
5 lines
85 B
Bash
git add .
|
|
echo Write a short commit:
|
|
read commit
|
|
git commit -m " '$commit' "
|
|
git push |