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
this is a feature request
to support setting upstream URL right after a git init when URLs are not set yet.
git init
At present we get following error,
Probable authentication error: The branch 'dev' ("refs/heads/dev") that you are trying to push does not track an upstream branch.
this reference might be related, https://csharp.hotexamples.com/examples/LibGit2Sharp/RepositoryOptions/-/php-repositoryoptions-class-examples.html
The text was updated successfully, but these errors were encountered:
Currently, this works with Refspec
ref in code,
private async Task PushToRemote(bool shouldForce = false)
Sorry, something went wrong.
No branches or pull requests
this is a feature request
to support setting upstream URL right after a
git init
when URLs are not set yet.At present we get following error,
this reference might be related,
https://csharp.hotexamples.com/examples/LibGit2Sharp/RepositoryOptions/-/php-repositoryoptions-class-examples.html
The text was updated successfully, but these errors were encountered: