dotfiles/fish/functions/gpoat.fish
2022-11-27 14:20:25 +08:00

3 lines
106 B
Fish

function gpoat -d "git push all + tags to origin"
git push origin --all; and git push origin --tags
end