File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ with uncommitted changes is discouraged: while possible, it leaves you
6767in a state that may be hard to back out of in the case of a conflict.
6868
6969If any of the remote changes overlap with local uncommitted changes,
70- the merge will be automatically cancelled and the work tree untouched.
70+ the merge will be automatically canceled and the work tree untouched.
7171It is generally best to get any local changes in working order before
7272pulling or stash them away with linkgit:git-stash[1].
7373
@@ -210,7 +210,8 @@ EXAMPLES
210210 current branch:
211211+
212212------------------------------------------------
213- $ git pull, git pull origin
213+ $ git pull
214+ $ git pull origin
214215------------------------------------------------
215216+
216217Normally the branch merged in is the HEAD of the remote repository,
You can’t perform that action at this time.
0 commit comments