Files
MeshCore-Evo/fetch_prs.sh
Matthias Wientapper 965a7aac20 build 0.1.7
2026-02-10 20:33:30 +01:00

9 lines
152 B
Bash
Executable File

#!/bin/sh
git branch -D pr-1297
git branch -D pr-1338
# fetch PRs
git fetch upstream pull/1338/head:pr-1338
git fetch upstream pull/1297/head:pr-1297