qutebrowser/qbmarks: Do not sign when rebasing
This commit is contained in:
parent
db7efe7d77
commit
ebd1353bd6
|
@ -304,7 +304,7 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
git commit --no-gpg-sign -a -m "Sync on $(hostname)" || true
|
git commit --no-gpg-sign -a -m "Sync on $(hostname)" || true
|
||||||
git pull --rebase
|
git pull --rebase --no-gpg-sign
|
||||||
git push
|
git push
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue