File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ with uncommitted changes is discouraged: while possible, it leaves you
67
67
in a state that may be hard to back out of in the case of a conflict.
68
68
69
69
If 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.
71
71
It is generally best to get any local changes in working order before
72
72
pulling or stash them away with linkgit:git-stash[1].
73
73
@@ -210,7 +210,8 @@ EXAMPLES
210
210
current branch:
211
211
+
212
212
------------------------------------------------
213
- $ git pull, git pull origin
213
+ $ git pull
214
+ $ git pull origin
214
215
------------------------------------------------
215
216
+
216
217
Normally the branch merged in is the HEAD of the remote repository,
You can’t perform that action at this time.
0 commit comments