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?