We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b98f7 commit 97047c7Copy full SHA for 97047c7
tips.json
@@ -380,7 +380,7 @@
380
}, {
381
"title": "Create and switch new branch",
382
"tip": "git checkout -b <branch-name>",
383
- "alternatives": ["git branch <branch-name> && git checkout <branch-name>"]
+ "alternatives": ["git branch <branch-name> && git checkout <branch-name>", "git switch -c <branch-name>"]
384
385
"title": "Ignore file mode changes on commits",
386
"tip": "git config core.fileMode false"
0 commit comments