Changes
1 changed files (+6/-0)
-
fish/functions/cl.fish (new)
-
@@ -0,0 +1,6 @@function cl -d "Clone repository from git.unnamed.website using local cache" git clone /.snapshots/srv/git/$argv[1] cd $argv[1] git remote set-url origin unnamed.website:/srv/git/$argv[1] git pull end
-