2026-01-21 09:54:56 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
git branch -D pr-1297
|
|
|
|
|
git branch -D pr-1338
|
2026-02-09 19:34:16 +01:00
|
|
|
git branch -D pr-1398
|
2026-01-21 09:54:56 +01:00
|
|
|
|
|
|
|
|
# fetch PRs
|
2026-02-09 19:34:16 +01:00
|
|
|
git fetch upstream pull/1398/head:pr-1398
|
2026-01-21 09:54:56 +01:00
|
|
|
git fetch upstream pull/1338/head:pr-1338
|
2026-01-26 11:09:03 +01:00
|
|
|
git fetch upstream pull/1297/head:pr-1297
|