赞
踩
查看
用户名: $ git config user.name
邮箱:$ git config user.email
密码:$ git config user.password
修改
用户名:$ git config --global --replace-all user.name "要修改的用户名"
邮箱: $ git config --global --replace-all user.email"要修改的邮箱"
密码:$ git config --global --replace-all user.password "要修改的密码"
Git 回退本地commit的版本
1,查找历史 git log 如 commit 12345622
2 git reset --hard commit_id 如 git reset --hard 12345622
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。