git相关

2021/9/28 6:12:40

本文主要是介绍git相关,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

git pull

git push

git status

git diff

git add 增加文件到暂存区

git commit

git reset —hard HEAD^^

git reset —hard 【commit id前七位】

git reflog 简洁的显示提交记录id

git branch 查看当前所处分之

git branch -b xxx 切换并创建分支

git checkout xx 切换分支

工作区 add

暂存区 commit

本地仓库 push

远程仓库



这篇关于git相关的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程