0

VSCode git integration using f1 then git command does not seem to understand git options.

For example, when I try to type: git branch -m newBranchName, it completes it proposes me to create a branch called m-NewBranchName :(.

Is there anyway to pass options in git commands in VSCode?

1 Answer 1

1

The command palette does not parse additional arguments in any way.

But you can always open the built-in terminal. It starts in your current working directory, so you can just type away and it should work.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.