Skip to content

Commit af30e2b

Browse files
committed
Fix formatting problems in pages/fork.md
1 parent 45b4bf7 commit af30e2b

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

pages/fork.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ Once they do that, you'll get an email about it. How to handle it?
101101

102102
- Open a terminal/shell, and type
103103

104-
````
105-
$ git pull
106-
````
104+
$ git pull
107105

108106
#### Using the command line
109107

@@ -116,21 +114,15 @@ You don't have to use the github website for this.
116114
- Add a connection to your friend's version of the github repository,
117115
if you haven't already.
118116

119-
````
120-
$ git remote add myfriend git://github.com/myfriend/the_repo.git
121-
````
117+
$ git remote add myfriend git://github.com/myfriend/the_repo.git
122118

123119
- Pull his/her changes.
124120

125-
````
126-
$ git pull myfriend master
127-
````
121+
$ git pull myfriend master
128122

129123
- Push them back to your github repository.
130124

131-
````
132-
$ git push
133-
````
125+
$ git push
134126

135127
- The pull request on github will be automatically closed.
136128

0 commit comments

Comments
 (0)