git基本操作
Posted 乙侍
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git基本操作相关的知识,希望对你有一定的参考价值。
1. git status
查看当前可以 git add 的变动
2. git add --all,添加所有
3. git commit --all -m “说明”
3.1 查看修改和最近版本的区别 git diff HEAD --
4. git push
5. 查看两个版本的差别
git diff 版本号1 版本号2
6. 版本号查看
git log
git reflog
以上是关于git基本操作的主要内容,如果未能解决你的问题,请参考以下文章