From 2bdfa5a22f71936eaa00e217b2c8e6ab87ba087b Mon Sep 17 00:00:00 2001
From: Wilfried OLLIVIER <wollivier@fdn.fr>
Date: Thu, 24 Mar 2022 11:11:37 +0100
Subject: [PATCH] Add git branch switch

---
 src/dev/tools/git.md | 6 ++++++
 1 file changed, 6 insertions(+)

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 -
+```