You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is useful for others, but currently I have to only push a part of local commits to the server.
I can do this manually be doing something like this
git push origin :
like:
git push origin eaa49a87b7652591357bdbbbed9885331b3b3084:development
Maybe this is also useful for others - so an entry in the context-menu execute this command is reasonable.
If not - just ignore this issue and I will close it.
The text was updated successfully, but these errors were encountered:
I'm sorry. It's not the recommanded way to update remote refs. Instead, in SourceGit, we recommend that users first checkout the remote branch they want to update, modify it using reset or other commands, and then push it to the remote repository.
I don't know if this is useful for others, but currently I have to only push a part of local commits to the server.
I can do this manually be doing something like this
git push origin :
like:
git push origin eaa49a87b7652591357bdbbbed9885331b3b3084:development
Maybe this is also useful for others - so an entry in the context-menu execute this command is reasonable.
If not - just ignore this issue and I will close it.
The text was updated successfully, but these errors were encountered: