nowphp

导航

 

设置提交用户名

git config --global user.name "username"

git config --global user.email "email"

 


git reset --hard b50331d28e558ea762189b6066d62388ecf78661 还原全部修改
git checkout b50331d28e558ea762189b6066d62388ecf78661 文件 还原本地文件

git reset HEAD README.md 取消commit
git log --author=nowpp --name-status

git reset --hard origin/master
git checkout up 切换分支

 

 

 


git reset --hard b50331d28e558ea762189b6066d62388ecf78661 还原全部修改
git checkout b50331d28e558ea762189b6066d62388ecf78661 文件 还原本地文件

git reset HEAD README.md 取消commit
git log --author=jiangshilin --name-status

git reset --hard origin/master
git checkout up 切换分支

git brach 分支 创建
git push origin --delete push_test 删除

 

git config --global user.name "jiangshilin"

git config --global user.email "jiangshilin@ttyun.com"

ssh-keygen -t rsa -C "jiangshilin@ttyun.com" 
 
git checkout -f HEAD
posted on 2016-09-08 13:55  不断成长  阅读(135)  评论(0编辑  收藏  举报