git常用命令
git config # 显示当前的Git配置 $ git config --list # 编辑Git配置文件 $ git config -e [--global] # 设置提交代码时的用户信息 $ git config [--global] user.name "[name]" $ git config [--global] user.email "[email address]" git workflow http://www.ruanyifeng.com/blog/2012/07/git.html http://www.ruanyifeng.com/blog/2015/08/git-use-process.html http://www.ruanyifeng.com/blog/2015/12/git-workflow.html?bsh_bid=2219775734 http://www.ruanyifeng.com/blog/2019/12/git-undo.html 撤销提交 http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html 撰