diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-21 03:30:33 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-21 03:30:33 -0700 |
commit | 6561325bbd294e4d4dae796c9999ca80c00222e5 (patch) | |
tree | 5034879e5e8cbac81313cb00f7d0d25524ed35ce | |
parent | 83c867428a884a2e0a633f4bc5f918467cc3a974 (diff) |
Wiki page arcanist-guide.md changed with summary [Formatting] by Xavi Artigas
-rw-r--r-- | pages/contrib/devs/arcanist-guide.md.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/contrib/devs/arcanist-guide.md.txt b/pages/contrib/devs/arcanist-guide.md.txt index 25eb3d3d8..cb2897a45 100644 --- a/pages/contrib/devs/arcanist-guide.md.txt +++ b/pages/contrib/devs/arcanist-guide.md.txt | |||
@@ -59,13 +59,13 @@ Follow the subsequent instructions to set up your conduit key. Once the key is c | |||
59 | Create a fresh branch in which to work: | 59 | Create a fresh branch in which to work: |
60 | 60 | ||
61 | ``` | 61 | ``` |
62 | git checkout -b work | 62 | git checkout -b work |
63 | ``` | 63 | ``` |
64 | 64 | ||
65 | Change, add, or delete code as required, then use ``git add`` as normal to track the changes. | 65 | Change, add, or delete code as required, then use ``git add`` as normal to track the changes. |
66 | 66 | ||
67 | > **WARNING:** | 67 | > **WARNING:** |
68 | > 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. | 68 | > 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. |
69 | 69 | ||
70 | ## Submitting a Patch for Review ## | 70 | ## Submitting a Patch for Review ## |
71 | 71 | ||