#git bot interface
History of !rebase_local_remote
- When you 'git checkout branch; git rebase master', git will sit on top of master and apply successive patches from branch. If patch #2 conflicts, then LOCAL points to the result of patch #1 having been applied, and REMOTE points to patch #2
By canton7 at 2015-01-09 09:44:25