Skip to content

Commit bbcb1d2

Browse files
committed
use --force-if-inclues alongside --force-with-lease
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent 2c2c231 commit bbcb1d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

forcePush.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@ export const forcePush: BranchSequencerBase = (argsBase) =>
5858
*
5959
* needs to be further explored with our `--sync` (TBD)
6060
*
61+
*
62+
* on --force-if-includes, see:
63+
* - `man git-push`
64+
* - https://stackoverflow.com/a/65839129/9285308
65+
* - https://github.com/gitextensions/gitextensions/issues/8753#issuecomment-763390579
6166
*/
62-
const forceWithLeaseOrForce: string = "--force-with-lease";
67+
const forceWithLeaseOrForce: string = "--force-with-lease --force-if-includes";
6368

6469
if (!upstreamBranch) {
6570
const remotes: string[] = await repo.getRemoteNames();

0 commit comments

Comments
 (0)