You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/03-git-branching/sections/remote-branches.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ image::images/remote-branches-4.png[Adding another server as a remote.]
53
53
Now, you can run `git fetch teamone` to fetch everything the remote `teamone` server has that you don't have yet.
54
54
Because that server has a subset of the data your `origin` server has right now, Git fetches no data but sets a remote-tracking branch called `teamone/master` to point to the commit that `teamone` has as its `master` branch.
55
55
56
-
.Remotetracking branch for `teamone/master`
56
+
.Remote-tracking branch for `teamone/master`
57
57
image::images/remote-branches-5.png[Remote tracking branch for `teamone/master`.]
0 commit comments