File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments