dotfiles/dot_config/fish/functions/gpl.fish

5 lines
107 B
Fish
Raw Normal View History

2026-01-28 17:46:39 +00:00
# Git pull with optional arguments
function gpl --description "Git pull (shortcut)"
git pull $argv
end