Open mahoshojoHCG opened 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"'
Use this in your repo directory instead of the old way.