5 lines
107 B
Fish
5 lines
107 B
Fish
|
|
# Git pull with optional arguments
|
||
|
|
function gpl --description "Git pull (shortcut)"
|
||
|
|
git pull $argv
|
||
|
|
end
|