Created
September 1, 2017 11:27
-
-
Save lemenkov/f98131b6fb5aae1043a786612bfd90ec to your computer and use it in GitHub Desktop.
HOWTO git-review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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