Vscode: Add Sync (Rebase)

Created on 19 Jul 2017  路  7Comments  路  Source: microsoft/vscode

I suggest having a Sync (Rebase) option under Sync.

Most of the times I find myself having to manually run the two commands simply because sync uses regular pull. I don't want to edit my git configuration to always rebase either.

I think it makes sense to have a Sync (Rebase) option since there already is a Pull (Rebase), and sync uses pull.

feature-request git good first issue help wanted verification-needed verified

Most helpful comment

@joaomoreno I have created a PR for this that should hopefully work! #31416

All 7 comments

This is a git configuration: https://git-scm.com/docs/git-config#git-config-pullrebase

Hi @joaomoreno thanks for replying, but I already said:

I don't want to edit my git configuration to always rebase either.

If I should edit my configuration, what's the purpose of Pull (Rebase)?

As it stands, the sync command is barely useful to me. I have to always switch to the terminal to sync my changes after committing within VSCode. In my opinion, a pull with rebase is a far better use case for sync.

I missed that sentence, sorry about that.

Would you like to contribute a Sync (Rebase) PR? It should be fairly straightforward.

No worries! Sure, I can definitely have a go at it!

@joaomoreno I have created a PR for this that should hopefully work! #31416

Verified that Sync (Rebase) exists as a command. It is not available in the Git action drop down.

Was this page helpful?
0 / 5 - 0 ratings