代码拉取完成,页面将自动刷新
1、git起源
2、git下载,安装
3、
git add
git commit -m "xxxx"
git log
git reflog
git reset --hard xxx;
git checkout -- file
git rm file
github
git push origin master
git clone git@github.com:xiyebusi/xxx.git
git chekout -b dev
git branch
git merge dev
git branch -d dev
git merge --no-ff
git stash
git stash list
git stash apply
git stash drop
git stash pop
git remote -v
git pull
git branch --set-upsteam branch_name origin/branch_name
git checkout -b branch_name origin/branch_name
git tag <name>
git tag
git tag tag_name id
git show tag_name
git tag -d v0.1
git push origin tag_name
git push origin --tags
git tag -d tag_name
git push origin:refs/tags/tag_name
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。