Git 常用操作(一)

来源:互联网 发布:天猫dw美工教程 百度云 编辑:程序博客网 时间:2024/05/16 13:50

Section1 git add

 git add

  git add.      git add xxx(file)


加到本地暂存区




Section 2  help

git help

显示帮助




Section 3   show

git show

不加参数默认显示最后一次提交内容

加参数则显示参数所对应的那次提交





原创粉丝点击