-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error push local repo to remote repo #105
Comments
try #108 |
I can confirm that the warning is gone. But the error is still there when using the upstream option, to create branch in remote repo, when it was created first in local repo. This means I have to create branch always in abapGit first, but this is something I can live with. You can close the issue if you like. |
hi, can you help adding a description of the commands before |
I have created a local Git repository by cloning online repository from abapGitServer. In local repository I created a new branch customer and checkout to newly created branch customer. I updated files for branch customer and make a commit. I push to abapGitServer with command
'git push --set-upstream origin customer'
but did receive an error.
The text was updated successfully, but these errors were encountered: