ht_6_version_control # 版本控制 ## git ### commit ### branch ### clean up your mess – git commit –amend – git rebase -i – git reset –hard ### 多人协作 – git clone – git fetch – git push – git pull – git log – git merge – 冲突处理