push(Git)
push
commit
本地版本庫
的異動到
遠端版本庫
git push [remote_repo] [local_branch]
git push [remote_repo] [source_branch]:[destination_branch]
推送至不同的branch
git push [remote_repo] :[branch_name]
刪除遠端branch