add pull scripts

This commit is contained in:
Johannes Frohnmeyer 2023-09-30 21:39:01 +02:00
parent d5e28e7b02
commit 8543abbcff
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

7
pull.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/zsh
set -e
git checkout upstream-master
git pull
git subtree split --prefix=configs/releng --onto upstream-releng -b upstream-releng
git checkout master
git rebase upstream-releng