shithub: git9

Download patch

ref: 01c7906a01cf127cf0721ca16908421dbe8ce736
parent: d84d6af68821626afbbe20a0fc62a8d024aaed50
author: Ori Bernstein <ori@eigenstate.org>
date: Tue May 25 18:27:01 EDT 2021

git(1): document git/branch -m

--- a/git.1.man
+++ b/git.1.man
@@ -18,7 +18,7 @@
 .PP
 .B git/branch
 [
-.B -adns
+.B -admns
 ]
 [
 .B -b
@@ -363,6 +363,13 @@
 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