Add scripts to help automate the fw build process
This commit is contained in:
10
fetch_prs.sh
Executable file
10
fetch_prs.sh
Executable 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
|
||||
Reference in New Issue
Block a user