all repos — dotfiles @ 63c9c5914dfbf8d1fe931b0199dea3dfa5a520ce

my *nix dotfiles

config/fish/functions/gpa.fish (view raw)

1# Defined in - @ line 1
2function gpa --wraps='git push all master' --description 'alias gpa=git push all master'
3  git push all master $argv;
4end