-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add push commit menu #43
Comments
How would you push a single commit without a branch? |
Mainly for the commits on the current branch. Use cmd: git push origin commitHash:refs/heads/branch |
You can do this either with the VSCode integrated tools: Peek.2025-02-22.12-47.mp4Or with Git Graph: Peek.2025-02-22.12-48.mp4 |
I know the menu you're talking about. But what I mean is to submit the commit point from the submission history, not the latest commit |
You mean you have a branch locally and want to push the branch some commits behind HEAD? |
I sometimes need to push a specific commit to the remote origin, but there's currently no way to do that. It would be great if you could add an option in the context menu to push a commit to the remote repository when right-clicking on a commit.
The text was updated successfully, but these errors were encountered: