2019

2019.8

git commit -a -m "message"

参数 -a 会自动进行 "add" 和 "rm" 操作。

git push origin test:remote_test

提交本地 test 分支作为远程的 remote_test 分支

原文地址:https://www.cnblogs.com/famine/p/11354800.html