仅供自己学习,一般不会错。错了再说
git status //查看状态
git add filename.* //将文件存到缓存区
git commit -m"" filename.* //将文件传入本地代码仓
git branch XX 创建XX分支
git branch -d XX 删除XX分支
git chickout XX 切换到XX分支
git merge XX 与XX分支合并
git remote -v 查看远程代码仓别名
git reflog //历史版本信息
git chickout XxX 选择XXX版本
git remote xxx
ssh-keygen -t rsa -C xxxx 生成SSH秘钥