git commit -a -m "message"
参数 -a 会自动进行 "add" 和 "rm" 操作。
git push origin test:remote_test
提交本地 test 分支作为远程的 remote_test 分支