From 97047c7560a70e79b9a21ef691752ec22b9c8047 Mon Sep 17 00:00:00 2001 From: Adrian Skar Date: Sat, 19 Dec 2020 12:00:49 +0100 Subject: [PATCH] add[alternative]: create and switch branch From #186. --- tips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.json b/tips.json index 21c65a4..b3fa5c6 100644 --- a/tips.json +++ b/tips.json @@ -380,7 +380,7 @@ }, { "title": "Create and switch new branch", "tip": "git checkout -b ", - "alternatives": ["git branch && git checkout "] + "alternatives": ["git branch && git checkout ", "git switch -c "] }, { "title": "Ignore file mode changes on commits", "tip": "git config core.fileMode false"