5 lines
60 B
Text
5 lines
60 B
Text
cd $1
|
|
|
|
git add .
|
|
git commit -m "$3"
|
|
git push origin HEAD:$2
|