Skip to content

Commit 06385c3

Browse files
author
Bernard `Guyzmo` Pratz
committed
Minor improvement
1 parent 00fc334 commit 06385c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/code/on/git-repo:_the_utility_for_services.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ Nah, you need to:
5959
* open your browser on github, at the `https://github.com/ford_prefect` page, and
6060
* click on the little `fork` button:
6161

62+
<center>
6263
![](/img/git-fork.jpg)
64+
</center>
6365

6466
Then once the repository added, you have to change the remotes, so yours is the
6567
origin and the other one the upstream:
@@ -74,7 +76,9 @@ origin and the other one the upstream:
7476
That being done, you then got to push your branch onto your remote, as a new branch.
7577
Then, you have to open your browser and *click* on the create pull request button.
7678

79+
<center>
7780
![](/img/git-pull-request.png)
81+
</center>
7882

7983
And then, only then, the original author will get notified of your change and will
8084
be able to review your patch, and eventually integrate it.

0 commit comments

Comments
 (0)