Created
July 4, 2015 11:53
-
-
Save anistark/c1795daa4632bf1cffd3 to your computer and use it in GitHub Desktop.
Getting started with phabricator
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
0) git status; git diff - review, then git diff with the file names that you have changed for this commit. | |
~ git status | |
~ git diff | |
~ git diff file1 file2 file3 > featurename.patch | |
1) Login to phabricator, go to differential, create diff. | |
2) Upload the patch file, type your repository name, continue | |
3) In the next page, give a title, summary of what has changed and what all you tested. | |
4) Next page, create new revision | |
5) Reviewer reviews and sends feedback. | |
6) You make changes and upload new diff. | |
Please follow this for all code reviews here in. | |
There's a command line tool that I'm checking out for this which will make your job much easier. | |
Will get back to you on that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment