summaryrefslogtreecommitdiffstats
path: root/Documentation/git-switch.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2019-04-25 11:46:00 +0200
committerJunio C Hamano <gitster@pobox.com>2019-05-07 06:04:48 +0200
commit4e43b7ff1ea4b6f16b93a432b6718e9ab38749bd (patch)
tree5c0ca692792e1b09ffa1be522f3d15996be4613b /Documentation/git-switch.txt
parenthelp: move git-diff and git-reset to different groups (diff)
downloadgit-4e43b7ff1ea4b6f16b93a432b6718e9ab38749bd.tar.xz
git-4e43b7ff1ea4b6f16b93a432b6718e9ab38749bd.zip
Declare both git-switch and git-restore experimental
These two commands are basically redesigned git-checkout. We will not have that many opportunities to redo (because we run out of verbs, and that would also increase maintenance cost). To play it safe, let's declare the two commands experimental in one or two releases. If there is a serious flaw in the UI, we could still fix it. If everything goes well and nobody complains loudly, we can remove the experimental status by reverting this patch. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-switch.txt')
-rw-r--r--Documentation/git-switch.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-switch.txt b/Documentation/git-switch.txt
index f15e5bdcf4..197900363b 100644
--- a/Documentation/git-switch.txt
+++ b/Documentation/git-switch.txt
@@ -29,6 +29,8 @@ Switching branches does not require a clean index and working tree
however if the operation leads to loss of local changes, unless told
otherwise with `--discard-changes` or `--merge`.
+THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
+
OPTIONS
-------
<branch>::