Merge branch 'jc/branch-copy-doc'
"git branch -c/-m new old" was not described to copy config, which has been corrected. * jc/branch-copy-doc: branch (doc): -m/-c copies config and reflog
This commit is contained in:
@ -125,14 +125,14 @@ OPTIONS
|
|||||||
|
|
||||||
-m::
|
-m::
|
||||||
--move::
|
--move::
|
||||||
Move/rename a branch and the corresponding reflog.
|
Move/rename a branch, together with its config and reflog.
|
||||||
|
|
||||||
-M::
|
-M::
|
||||||
Shortcut for `--move --force`.
|
Shortcut for `--move --force`.
|
||||||
|
|
||||||
-c::
|
-c::
|
||||||
--copy::
|
--copy::
|
||||||
Copy a branch and the corresponding reflog.
|
Copy a branch, together with its config and reflog.
|
||||||
|
|
||||||
-C::
|
-C::
|
||||||
Shortcut for `--copy --force`.
|
Shortcut for `--copy --force`.
|
||||||
|
Reference in New Issue
Block a user