fish_functions/alias/gco.fish

5 lines
109 B
Fish
Raw Normal View History

2025-01-27 22:36:18 +01:00
function gco --wraps='git checkout' --description 'alias gco=git checkout'
git checkout $argv
end