We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7c92fd + 97047c7 commit 6ed1ec9Copy full SHA for 6ed1ec9
tips.json
@@ -387,7 +387,7 @@
387
}, {
388
"title": "Create and switch new branch",
389
"tip": "git checkout -b <branch-name>",
390
- "alternatives": ["git branch <branch-name> && git checkout <branch-name>"]
+ "alternatives": ["git branch <branch-name> && git checkout <branch-name>", "git switch -c <branch-name>"]
391
392
"title": "Ignore file mode changes on commits",
393
"tip": "git config core.fileMode false"
0 commit comments