https://www.jianshu.com/p/f29ca723db4f
git 中有 git reflog 命令,能查看所有的操作日志
关于 rebase 和 merge 的设置
- 为了代码 log 易读,请使用 rebase
git config --global pull.rebase true
git config --global branch.autoSetupRebase always
https://www.jianshu.com/p/f29ca723db4f
git 中有 git reflog 命令,能查看所有的操作日志
git config --global pull.rebase true
git config --global branch.autoSetupRebase always