#git bot interface
History of !rebase
- 'git rebase' takes away your local commits, updates your branch with new stuff from <upstream> (argument), then re-applies your local commits on top. This makes it look like your commits were created "after" the new stuff, and it can look cleaner than doing a !merge. Beware of !rewriting_public_history, though. Not to be confused with !interactive_rebase.
By jast at 2014-02-18 17:15:16
- @!merge_or_rebase
By EugeneKay at 2013-08-05 02:16:26