issues
search
zhengwei1949
/
myblog
个人博客
10
stars
6
forks
source link
git官方教程try Git通关解说
#41
Open
zhengwei1949
opened
7 years ago
zhengwei1949
commented
7 years ago
git cheat sheet
head 指向最新的一次提交
head~1 或者 head^ 最新的一次提交的上一次提交
head~(n) 相对于最新的一次提交的第n次提交
git remote -v 显示远程url地址
git commit --amend 修改上一次提交信息
参考资料
http://rogerdudler.github.io/git-guide/index.zh.html
https://github.com/jlord/git-it#readme
https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md#git-%E5%91%BD%E4%BB%A4%E8%87%AA%E5%AE%9A%E4%B9%89%E5%88%AB%E5%90%8D
mac下神器(感觉比source tree要帅)
http://gitup.co/
zhengwei1949
commented
7 years ago
1
zhengwei1949
commented
7 years ago
有时间再写,大家自己玩吧
https://try.github.io/levels/1/challenges/1
git cheat sheet
参考资料