Skip to content

Instantly share code, notes, and snippets.

@RoboMWM
Created June 15, 2018 04:13
Show Gist options
  • Select an option

  • Save RoboMWM/7c12e8161098c5a6633086274d359a8b to your computer and use it in GitHub Desktop.

Select an option

Save RoboMWM/7c12e8161098c5a6633086274d359a8b to your computer and use it in GitHub Desktop.
something about git and squashing
[21:12:08] @Aikar: interesting, did you know you can git commit --fixup <hash>, and then git rebase --interactive --autosquash upstream/upstream and itll auto move your commit and squash it for you
[21:12:11] @Aikar: thats a nice timesaver
[21:12:13] @Aikar: also prob easier to explain how to edit the existing patches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment