Add gl and gp functions

This commit is contained in:
Tim 2025-05-15 10:42:15 +02:00
parent d4125908ad
commit f60db4b111
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function gp
git pull $argv
end

View File

@ -0,0 +1,3 @@
function gp
git push $argv
end