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