We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git switch
switch -c
git checkout
git switch -c
git checkout -b
I didn't find aliases for git switch, so here is a proposal.
git s is already assigned to git status, so probably:
git s
git status
git sw = switch
git swc = switch -c
?
The text was updated successfully, but these errors were encountered:
Good idea, thank you. As soon as git switch is out of experimental i.e. stabilized, then we'll do this.
See the git documentation where git switch says "THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE."
Sorry, something went wrong.
No branches or pull requests
git switch
should be used instead ofgit checkout
git switch -c
should be used instead ofgit checkout -b
I didn't find aliases for
git switch
, so here is a proposal.git s
is already assigned togit status
, so probably:git sw = switch
git swc = switch -c
?
The text was updated successfully, but these errors were encountered: