$ git status
On branch master
Changes to be committed:
-Your branch is up-to-date with 'origin/master'.
- (use "git reset HEAD <file>..." to unstage)
+Your branch is up to date with 'origin/master'.
+ (use "git restore --staged <file>..." to unstage)
modified: file1
modified: file2
type
------------------------------------------------
-$ git checkout experimental
+$ git switch experimental
------------------------------------------------
to switch to the experimental branch. Now edit a file, commit the
------------------------------------------------
(edit file)
$ git commit -a
-$ git checkout master
+$ git switch master
------------------------------------------------
Check that the change you made is no longer visible, since it was