Git笔记(1) rebase

基于文本编辑的git 操作
注意两点必须:
1. 编辑文本需要写入磁盘
2. 退出文本编辑器
git rebase -i –auto-squash

git pull
git rebase –continue 消灭回环。

你可能感兴趣的:(Git)