Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created September 1, 2017 11:27
Show Gist options
  • Save lemenkov/f98131b6fb5aae1043a786612bfd90ec to your computer and use it in GitHub Desktop.
Save lemenkov/f98131b6fb5aae1043a786612bfd90ec to your computer and use it in GitHub Desktop.
HOWTO git-review
$ git review -s
... (this sets up git-review)
$ git checkout -b mycoolfeature
... (change files)
$ git commit -a
$ git review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment