forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 140
escape branch name with leading # in example of no upstream set #311
New issue
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
Comments
Please note that most Git developers do not pay attention to this bug tracker, but only to bug reports via the Git mailing list. |
Sorry for not redirecting you to the mailing list. |
@robstoll did you send your bug report? |
@dscho nope, I guess it's not important enough for me. So close the issue if you like |
I will close it for you. Next time, feel free to do that yourself, though. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
say you have a branch named
#42-my-lovely-branch
and would like to push it but forgot to set the upstream branch. You get the following error message:This cannot be copy & paste as
#42-my-lovely-branch
should be escaped with a backslash as follows:As webtech mentioned here: gitgitgadget/gitgitgadget#112
The text was updated successfully, but these errors were encountered: