Wiki page arcanist-guide.md changed with summary [Formatting] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2018-08-21 03:30:33 -07:00 committed by apache
parent 83c867428a
commit 6561325bbd
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ Follow the subsequent instructions to set up your conduit key. Once the key is c
Create a fresh branch in which to work:
```
git checkout -b work
git checkout -b work
```
Change, add, or delete code as required, then use ``git add`` as normal to track the changes.
> **WARNING:**
> If you plan to push to a private developer repository (/devs/{devname}/{branch}) do so prior to the following steps, otherwise Phabricator will see it as a completion action and close the patch.
> If you plan to push to a private developer repository (`/devs/{devname}/{branch}`) do so prior to the following steps, otherwise Phabricator will see it as a completion action and close the patch.
## Submitting a Patch for Review ##