Skip to content

Commit bc6dafc

Browse files
moygitster
authored andcommitted
everyday.txt: change "tracking branch" to "remote-tracking branch"
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 60109d0 commit bc6dafc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/everyday.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ directory; clone from it to start a repository on the satellite
180180
machine.
181181
<2> clone sets these configuration variables by default.
182182
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.
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
190190
machine into the master branch.
191191

0 commit comments

Comments
 (0)