学习github的使用

git init 在workplace创建空仓库 git add 把workplace的文件提交到stage git commit 把stage的文件提交到Local Repo git checkout -- 把Local Repo收到的上一次的提交撤回(让这个文件回到最近一次git commit或git add时的状态。) git reset 撤销更新(更新指文件的改变) git reset +
相关文章
相关标签/搜索