9 lines
82 B
Bash
Executable File
9 lines
82 B
Bash
Executable File
#Test Script
|
|
|
|
clear
|
|
git status
|
|
git add --all
|
|
read COM
|
|
git commit -m $COM
|
|
git push
|