Skip to content

Commit

Permalink
git(1): document git/branch -m
Browse files Browse the repository at this point in the history
  • Loading branch information
oridb committed May 25, 2021
1 parent d84d6af commit 01c7906
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion git.1.man
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git/pull, git/rm, git/serve
.PP
.B git/branch
[
.B -adns
.B -admns
]
[
.B -b
Expand Down Expand Up @@ -363,6 +363,13 @@ option, the branch is created but the files are not checked out.
When passed the
.I -d
option, the branch is deleted.
.PP
When switching branches, git/branch will refuse to clobber
modificiations.
Passing the
.I -m
option will cause git9 to attempt to merge the changes between
the branches.

.PP
.B Git/log
Expand Down

0 comments on commit 01c7906

Please sign in to comment.