Skip to content

Commit 7e4b8c8

Browse files
committed
fix(Git): Never force-push
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 28680c2 commit 7e4b8c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/adapters/Git.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ export default class GitAdapter extends CachingAdapter {
211211
http,
212212
dir: this.dir,
213213
remote: 'origin',
214-
force: true,
215214
onAuth: () => this.onAuth()
216215
})
217216
if (result.error) {

0 commit comments

Comments
 (0)