File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
180180machine.
181181<2> clone sets these configuration variables by default.
182182It 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.
184184<3> arrange `git push` to push local `master` branch to
185185`remotes/satellite/master` branch of the mothership machine.
186186<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.
189189<5> on mothership machine, merge the work done on the satellite
190190machine into the master branch.
191191
You can’t perform that action at this time.
0 commit comments