DEV Community

Discussion on: git commit -m "_____"

Collapse
 
audioboxer217 profile image
Scott Eppler

I like:

git commit -m 'Make it work

for now.'

On a serious note, I always start each new repo with

git commit --allow-empty -m 'root commit'

before I do anything at all.