Add git branch switch

This commit is contained in:
Wilfried OLLIVIER 2022-03-24 11:11:37 +01:00
parent bf47895f40
commit 2bdfa5a22f
1 changed files with 6 additions and 0 deletions

View File

@ -42,3 +42,9 @@ Here is an example use case
If include, settings in any configuration found file provided by the path
parameter will by append to or will overide current configuration.
## Switch to previous branch
```sh
git checkout -
```