赞
踩
官网自己注册一个账号即可:github官网
如果是已经是在已有项目时,直接pull。git pull = git fetch + git merge。获取并且与本地的代码进行合并。
回退到某一个历史版本:
git reflog git reset --hard version