File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,12 @@ directory; clone from it to start a repository on the satellite
180
180
machine.
181
181
<2> clone sets these configuration variables by default.
182
182
It arranges `git pull` to fetch and store the branches of mothership
183
- machine to local `remotes/origin/*` tracking branches.
183
+ machine to local `remotes/origin/*` remote- tracking branches.
184
184
<3> arrange `git push` to push local `master` branch to
185
185
`remotes/satellite/master` branch of the mothership machine.
186
186
<4> push will stash our work away on `remotes/satellite/master`
187
- tracking branch on the mothership machine. You could use this as
188
- a back-up method.
187
+ remote- tracking branch on the mothership machine. You could use this
188
+ as a back-up method.
189
189
<5> on mothership machine, merge the work done on the satellite
190
190
machine into the master branch.
191
191
You can’t perform that action at this time.
0 commit comments