2026-01-21 09:54:56 +01:00
|
|
|
#!/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
|
2026-01-26 11:09:03 +01:00
|
|
|
git fetch upstream pull/1297/head:pr-1297
|
2026-01-21 09:54:56 +01:00
|
|
|
git fetch upstream pull/1199/head:pr-1199
|