{
    "git.allowForcePush": true, // Controls whether force push (with or without lease) is enabled.
    "git.rebaseWhenSync": true, // Force git to use rebase when running the sync command.
    "git.useForcePushWithLease": true // Controls whether force pushing uses the safer force-with-lease variant.
}