mirror of
https://github.com/git/git.git
synced 2026-04-13 18:30:08 +02:00
branch (doc): -m/-c copies config and reflog
The description section for the command mentions config and reflog are moved or copied by these options, but the description for these options did not. Make them match. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -125,14 +125,14 @@ OPTIONS
|
||||
|
||||
-m::
|
||||
--move::
|
||||
Move/rename a branch and the corresponding reflog.
|
||||
Move/rename a branch, together with its config and reflog.
|
||||
|
||||
-M::
|
||||
Shortcut for `--move --force`.
|
||||
|
||||
-c::
|
||||
--copy::
|
||||
Copy a branch and the corresponding reflog.
|
||||
Copy a branch, together with its config and reflog.
|
||||
|
||||
-C::
|
||||
Shortcut for `--copy --force`.
|
||||
|
||||
Reference in New Issue
Block a user