Add scripts to help automate the fw build process

This commit is contained in:
Matthias Wientapper
2026-01-21 09:54:56 +01:00
parent 56ab59ded2
commit e6cab77670
3 changed files with 83 additions and 0 deletions

10
fetch_prs.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
git branch -D pr-1199
git branch -D pr-1297
git branch -D pr-1338
# fetch PRs
git fetch upstream pull/1338/head:pr-1338
git fetch upstream pull/1338/head:pr-1297
git fetch upstream pull/1199/head:pr-1199