Merge branch 'jt/switch-restore-no-longer-experimental'
"git switch" and "git restore" are declared to be no longer experimental. * jt/switch-restore-no-longer-experimental: builtin: unmark git-switch and git-restore as experimental
This commit is contained in:
@@ -28,8 +28,6 @@ otherwise from the index. Use `--source` to restore from a different commit.
|
|||||||
See "Reset, restore and revert" in linkgit:git[1] for the differences
|
See "Reset, restore and revert" in linkgit:git[1] for the differences
|
||||||
between the three commands.
|
between the three commands.
|
||||||
|
|
||||||
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
`-s <tree>`::
|
`-s <tree>`::
|
||||||
|
|||||||
@@ -29,8 +29,6 @@ Switching branches does not require a clean index and working tree
|
|||||||
however if the operation leads to loss of local changes, unless told
|
however if the operation leads to loss of local changes, unless told
|
||||||
otherwise with `--discard-changes` or `--merge`.
|
otherwise with `--discard-changes` or `--merge`.
|
||||||
|
|
||||||
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
_<branch>_::
|
_<branch>_::
|
||||||
|
|||||||
Reference in New Issue
Block a user