13 lines
146 B
Bash
13 lines
146 B
Bash
|
git status -s
|
||
|
|
||
|
git add src
|
||
|
|
||
|
git commit
|
||
|
|
||
|
git push origin HEAD:master
|
||
|
#git push origin --tags
|
||
|
|
||
|
git push backup HEAD:master
|
||
|
#git push backup --tags
|
||
|
|