Skip to content

Instantly share code, notes, and snippets.

@MitMaro
Created January 28, 2017 23:34
Show Gist options
  • Save MitMaro/92c50d94effc046998b3f44c3a186297 to your computer and use it in GitHub Desktop.
Save MitMaro/92c50d94effc046998b3f44c3a186297 to your computer and use it in GitHub Desktop.
Git Rebase Sample
pick 193d92c Added package.json file
pick dc522ec Added tests
edit 0b1bb2d Added initial README
edit 2714f59 Lets pretend that didn't happen. Okay?
edit 022c3ce Added JSDocs
fixup 2d67645 Bump to version 0.0.2
fixup 02d4ffa Added eslint and jscs
fixup 5ec43c0 Added editor config
squash 862117c docs
squash 8df34b6 Fixed copy paste error in README
squash 193d92c Added package.json file
fixup dc522ec Added tests
fixup 0b1bb2d Added initial README
pick 2714f59 Lets pretend that didn't happen. Okay?
pick 022c3ce Added JSDocs
pick 2d67645 Bump to version 0.0.2
pick 02d4ffa Added eslint and jscs
pick 5ec43c0 Added editor config
pick 862117c docs
pick 8df34b6 Fixed copy paste error in README
pick 193d92c Added package.json file
fixup dc522ec Added tests
fixup 0b1bb2d Added initial README
fixup 2714f59 Lets pretend that didn't happen. Okay?
fixup 022c3ce Added JSDocs
fixup 2d67645 Bump to version 0.0.2
fixup 02d4ffa Added eslint and jscs
pick 5ec43c0 Added editor config
pick 862117c docs
pick 8df34b6 Fixed copy paste error in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment