Is there a way to customize vscodes git commands? Ideally I'd like to be able to use something like:
git push overleaf main:master
and
git pull overleaf master:main
using vscode -- as well as have the automatic fetching.
I haven't been able to figure it out by looking at the settings. Thanks in advance!