about summary refs log tree commit diff
path: root/users/riking/dotfiles/fish/functions/tvl-push.fish
diff options
context:
space:
mode:
Diffstat (limited to 'users/riking/dotfiles/fish/functions/tvl-push.fish')
-rw-r--r--users/riking/dotfiles/fish/functions/tvl-push.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/riking/dotfiles/fish/functions/tvl-push.fish b/users/riking/dotfiles/fish/functions/tvl-push.fish
new file mode 100644
index 0000000000..f04ac830c0
--- /dev/null
+++ b/users/riking/dotfiles/fish/functions/tvl-push.fish
@@ -0,0 +1,3 @@
+function tvl-push
+    git push origin HEAD:refs/for/canon
+end