aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 11:55:05 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 11:55:05 +0100
commitbb7c059a2974ac41b29cb2af16695f0821ba6edc (patch)
treeb0232713007006519d2d2c03203545d5163a1911
parent0e13d42cc6020fec4b8477934f7417eece4aa2ae (diff)
Update gittab to use URLs to pull from
-rwxr-xr-x.local/bin/gittab2
-rw-r--r--.local/etc/gittab/tabs/awesome4
2 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/gittab b/.local/bin/gittab
index feaaba9..5ffd5f9 100755
--- a/.local/bin/gittab
+++ b/.local/bin/gittab
@@ -31,7 +31,7 @@ multi sub MAIN (
chdir $basedir.add($name);
run « git checkout "$branch" »;
- run « git pull origin "$branch" »;
+ run « git pull "$repo" "$branch" »;
}
}
}
diff --git a/.local/etc/gittab/tabs/awesome b/.local/etc/gittab/tabs/awesome
index d2a05b8..7d7f2af 100644
--- a/.local/etc/gittab/tabs/awesome
+++ b/.local/etc/gittab/tabs/awesome
@@ -1,2 +1,2 @@
-# Local name Remote URL Branch
-gtd_next_items git@gitlab.com:tyil/lua-gtd-awesome.git master
+# Local name Remote URL Branch
+gtd_next_items https://gitlab.com/tyil/lua-gtd-awesome.git master