diff --git a/tips.json b/tips.json index 4bf8c7d..f69d6d0 100644 --- a/tips.json +++ b/tips.json @@ -387,7 +387,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"