From 8861d5646392bc24282cb3c8ba7421becdc12822 Mon Sep 17 00:00:00 2001 From: LolZim Date: Sun, 18 Apr 2021 14:25:20 +0200 Subject: [PATCH] Added branch switch command --- Git-Tips.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Git-Tips.md b/Git-Tips.md index 01c525d..25c5d3b 100644 --- a/Git-Tips.md +++ b/Git-Tips.md @@ -62,6 +62,7 @@ More information is available in the [Contributing guidelines][contributing]. 1. You can also update your refs to reflect any remote branches that have been deleted (`git fetch --prune`) 1. You can view all branches that you have a local copy of (`git branch`) 1. You can also view ALL branches, including those only on the remote (`git branch -a`) +1. You can switch from a branch to another (`git switch `) # Rewriting history