top | item 43235667

(no title)

rochacon | 1 year ago

I would just add `git rebase -i` to the mix. Very useful to clean up a work branch before submitting it for others. Sometimes you just need a bunch of "wip" commits, e.g. testing CI scripts, deploying a optimization on the side for further testing, etc. and rebase is a must if you care about the commit log.

discuss

order

starsixtynine|1 year ago

You forgot to include an explanation of what rebase does, which is important for knowing when to actually use it, instead of just specific goals you might have.