I am using Code to work on some files in a git repository, when i make some changes on a branch and one of my colleagues makes a change in the same branch (conflicts not important) and run the git/sync command it git pull --merge and I'd like to configure it to make something git pull --rebase
Can this be configured?