qutebrowser/qbmarks: Do not sign when rebasing

neomutt
Simon Bruder 2022-01-15 20:46:12 +01:00
parent db7efe7d77
commit ebd1353bd6
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ in
}
git commit --no-gpg-sign -a -m "Sync on $(hostname)" || true
git pull --rebase
git pull --rebase --no-gpg-sign
git push
'')
];