最短プッシュ

git add .

でステージングにあげる。

git commit -m “コミットテキスト”

でコミットをする。

git push

で現在のブランチにPushできる。