Skip to content

Push selected commits #1394

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

Closed
pmandalka opened this issue Jun 5, 2025 · 1 comment
Closed

Push selected commits #1394

pmandalka opened this issue Jun 5, 2025 · 1 comment
Assignees
Labels
not-planned It's not planned in the future

Comments

@pmandalka
Copy link

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.

@love-linger love-linger self-assigned this Jun 13, 2025
@love-linger love-linger added the not-planned It's not planned in the future label Jun 13, 2025
@love-linger
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-planned It's not planned in the future
Projects
None yet
Development

No branches or pull requests

2 participants