1 Star 0 Fork 0

Jim/learngit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xiyebusi 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiyebusi 提交于 2018-09-25 21:35 . Create xiyebusi
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangwanquan/learngit.git
git@gitee.com:liangwanquan/learngit.git
liangwanquan
learngit
learngit
master

搜索帮助