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