Victor
Victor
> 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.mp4 > Or with Git Graph: > > Peek.2025-02-22.12-48.mp4 I know the menu you're talking about. But...
> You mean you have a branch locally and want to push the branch some commits behind HEAD? 