Skip to content
Snippets Groups Projects
Unverified Commit a630a927 authored by Martin Herndl's avatar Martin Herndl Committed by GitHub
Browse files

feat(git): safely force push with lease (#11754)

parent fa4f7b2b
No related branches found
No related tags found
No related merge requests found
......@@ -757,7 +757,7 @@ export async function commitFiles({
}
const pushOptions: TaskOptions = {
'--force': null,
'--force-with-lease': null,
'-u': null,
};
if (getNoVerify().includes(GitNoVerifyOption.Push)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment