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
sno switch [branch]
Given a remote origin with a branch other-branch, the following command does not currently work as expected:
origin
other-branch
$ sno switch other-branch Error: Branch 'other-branch' not found.
To check out a remote branch and configure tracking, it seems you currently have to do something like this:
$ sno switch origin/other-branch $ sno switch -c other-branch $ sno push --set-upstream origin other-branch
I expected sno switch other-branch do to this for me. That is:
sno switch other-branch
The text was updated successfully, but these errors were encountered:
👍 needs to match git's behaviour
Sorry, something went wrong.
sno switch
olsen232
Successfully merging a pull request may close this issue.
Given a remote
origin
with a branchother-branch
, the following command does not currently work as expected:To check out a remote branch and configure tracking, it seems you currently have to do something like this:
I expected
sno switch other-branch
do to this for me. That is:other-branch
The text was updated successfully, but these errors were encountered: