File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,8 @@ branch.<name>.mergeoptions::
415
415
416
416
branch.<name>.rebase::
417
417
When true, rebase the branch <name> on top of the fetched branch,
418
- instead of merging the default branch from the default remote.
418
+ instead of merging the default branch from the default remote when
419
+ "git pull" is run.
419
420
*NOTE*: this is a possibly dangerous operation; do *not* use
420
421
it unless you understand the implications (see linkgit:git-rebase[1]
421
422
for details).
Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ OPTIONS
71
71
the specified filepatterns before exiting.
72
72
73
73
-u::
74
- Update only files that git already knows about. This is similar
74
+ Update only files that git already knows about, staging modified
75
+ content for commit and marking deleted files for removal. This
76
+ is similar
75
77
to what "git commit -a" does in preparation for making a commit,
76
78
except that the update is limited to paths specified on the
77
79
command line. If no paths are specified, all tracked files in the
You can’t perform that action at this time.
0 commit comments