mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Remove an extra "`" from the documentation
Summary: One too many. Test Plan: Counted carefully. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17137
This commit is contained in:
parent
4516109495
commit
c2f9e7f6e6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ In most cases, you can find the upstream commit you've branched from like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git merge-base HEAD origin/master
|
$ git merge-base HEAD origin/master
|
||||||
````
|
```
|
||||||
|
|
||||||
Note that if you report a bug and have local commits, we will almost always ask
|
Note that if you report a bug and have local commits, we will almost always ask
|
||||||
you to reproduce the issue against a clean copy of Phabricator before we
|
you to reproduce the issue against a clean copy of Phabricator before we
|
||||||
|
|
Loading…
Reference in a new issue