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