git add --all; git commit -m 'first commit'; git push --all を省略化する - Qiita
はじめに Gitでの追加、コミット、プッシュのコマンドが長いのでZshで省略可しました。 下記のようなコードを一発で打ちたいです。 g...