diff options
-rw-r--r-- | Documentation/git-restore.txt | 2 | ||||
-rw-r--r-- | Documentation/git-switch.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-restore.txt b/Documentation/git-restore.txt index b608f3f360..d90093f195 100644 --- a/Documentation/git-restore.txt +++ b/Documentation/git-restore.txt @@ -28,6 +28,8 @@ commit as the restore source. See "Reset, restore and revert" in linkgit:git[1] for the differences between the three commands. +THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. + OPTIONS ------- -s <tree>:: 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>:: |