Use fetch --all to grab wt breanches

This commit is contained in:
2025-09-23 15:37:13 -04:00
parent 3053b24063
commit 72355bb65a

View File

@@ -530,7 +530,7 @@ from_source() {
# Pull or clone source repo
if [[ -d "$SRC_DIR" ]]; then
execute git -C "$SRC_DIR" pull
execute git -C "$SRC_DIR" fetch --all --prune --tags
else
execute mkdir -p "$SRC_DIR"
execute git clone "$src_url" "$SRC_DIR"