git
2016-12-08 14:27:04 0 举报
git使用
作者其他创作
大纲/内容
index
remote repository
git reset --hard commitID/HEAD@{N}
working copy
commit
更新/提交
add
分支2
git reflog
local repository
checkout
push
查看操作历史
pull
git reset --mixed commitID/HEAD@{N}
分支1
git log
git reset --soft commitID/HEAD@{N}
回滚pull、commit、add
fetch
0 条评论
下一页