dotfiles/.config/fish/functions/gc.fish

5 lines
83 B
Fish

# Defined in /tmp/fish.YaN3mS/gc.fish @ line 1
function gc
git checkout $argv
end