Comment by not_your_vase
5 months ago
On some hobby projects I just do a "git add ./*" and set an exquisite commit message along the lines of
> sync
> blah
> i haven't committed this since a week, so let's do this now
> fix that bug, and 15 other things
At work, and when I push some OSS code, I do as the Romans do.
You dont need /*
git commit -a -m "ugh, syntax"