项目作者: nieliangcai
项目描述 :
这是第一次使用GitHub之前都是用的git小乌龟 了解Git 首先,熟悉 git 的基本相关的命令, git fetch git pull git checkout git checkout -b git reset git reset --hard git branch git rebase git merge git merge --no-ff git add git commit git status git push git reflog 下面的命令不是很常用,但是也必须知道: git remote git remote prune git remote add git push origin [branch] --delete git config Git Recipes https://github.com/geeeeeeeeek/git-recipes/wiki Git 初始化配置 必要的全局配置 git config --global user.name [name] git config --global user.email [email] git config --global core.ignorecase false
高级语言: HTML
项目地址: git://github.com/nieliangcai/GitHub.git