10 lines
83 B
Plaintext
Executable File
10 lines
83 B
Plaintext
Executable File
#Test Script
|
|
|
|
clear
|
|
git status
|
|
git add --all
|
|
read COM
|
|
git commit -m $COM
|
|
git push
|
|
|