aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-03 11:12:38 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-03 11:12:38 +0200
commit5d6cc389dd836ebd2944fb8fcc462983d32c8577 (patch)
tree066afcc634dfdebb8659e2b697c21dc8c6e82a17 /.local
parent144ce6993deada681e397b3b48791c68ae2266d4 (diff)
Use git checkout for the older machines
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/gittab2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/gittab b/.local/bin/gittab
index 1877ac2..feaaba9 100755
--- a/.local/bin/gittab
+++ b/.local/bin/gittab
@@ -30,7 +30,7 @@ multi sub MAIN (
}
chdir $basedir.add($name);
- run « git switch "$branch" »;
+ run « git checkout "$branch" »;
run « git pull origin "$branch" »;
}
}