diff --git a/src/dev/tools/git.md b/src/dev/tools/git.md index 38080f0..32c158a 100644 --- a/src/dev/tools/git.md +++ b/src/dev/tools/git.md @@ -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 - +```