Github 笔记
摘要:
在本地创建并切换git checkout -b your_branch_name把本地分支的修改提交到远端的分支上git push origin local_branch_name:remote_branch_name把本地分支重置成远端master分支的代码git reset --hard ori... 阅读全文
posted @ 2015-12-16 12:23 sdet_liang 阅读(125) 评论(0) 推荐(0) 编辑