سؤال

Possible Duplicate:
Git commit with no commit message

I am looking for a way to configure Git to not require a comment upon checkins. I hope it can be done on the repository side but if it is a client setting, that's OK. I will mostly be using the Eclipse plugin but may use Git GUI from time to time.

Thanks

هل كانت مفيدة؟

المحلول

This goes against good version control practices, however this should do it for you:

git commit -a --allow-empty-message -m ''
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top