HIT-ReFreSH / JMobileSuit

Light weight Mobile Suit for Java.
MIT License
6 stars 42 forks source link

[Guidance] How to commit with message "Add files via upload" #45

Open mahoshojoHCG opened 4 weeks ago

mahoshojoHCG commented 4 weeks ago

Use this in your repo directory instead of the old way.

git status --porcelain | awk '{print $2}' | xargs -I {} sh -c 'git add "{}" && git commit -m "Add files via upload"'