# 変更したファイルを最短でPushするGitコマンド

1 min read
Table of Contents

最短プッシュ

git add .

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

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

でコミットをする。

git push

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

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments