mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
/dev/null cares about branch we want to exist existing, no matter how fatal
This commit is contained in:
parent
33e37d6f39
commit
c09b929a0a
@ -46,7 +46,7 @@ if [ -d "$SHELL_THINGS_REPO" ]; then
|
||||
cd $SHELL_THINGS_REPO
|
||||
git remote set-url origin https://codeberg.org/Aminda/shell-things.git
|
||||
git fetch --all
|
||||
git checkout -b cxefa origin/cxefa
|
||||
git checkout -b cxefa origin/cxefa > /dev/null 2>&1
|
||||
git pull
|
||||
git submodule update --init
|
||||
git config --global gpg.ssh.allowedSignersFile "$SHELL_THINGS_REPO/submodules/ssh-allowed_signers/allowed_signers"
|
||||
|
@ -749,7 +749,7 @@ function shell-things {
|
||||
cd $SHELL_THINGS_REPO
|
||||
git remote set-url origin https://codeberg.org/Aminda/shell-things.git
|
||||
git fetch --all
|
||||
git checkout -b cxefa origin/cxefa
|
||||
git checkout -b cxefa origin/cxefa > /dev/null 2>&1
|
||||
git pull
|
||||
echo "git config --global gpg.ssh.allowedSignersFile ~/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers"
|
||||
git verify-commit HEAD || exit 1
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -735,7 +735,7 @@ function shell-things {
|
||||
cd $SHELL_THINGS_REPO
|
||||
git remote set-url origin https://codeberg.org/Aminda/shell-things.git
|
||||
git fetch --all
|
||||
git checkout -b cxefa origin/cxefa
|
||||
git checkout -b cxefa origin/cxefa > /dev/null 2>&1
|
||||
git pull
|
||||
echo "git config --global gpg.ssh.allowedSignersFile ~/src/codeberg.org/Aminda/ssh-allowed_signers/allowed_signers"
|
||||
git verify-commit HEAD || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user