Re: git commit error on initial (the very first) commit
From: J. Bruce Fields <hidden> Date: 2016-06-15 22:42:17
On Sun, Jan 29, 2006 at 01:08:58PM -0800, Junio C Hamano wrote:
In a freshly created repository, "git add ." would register
everything to the index file, and a "git commit" with or without
"-a" that immediately follows "git add ." would commit what is
in the index. Use of "-a" would not make a difference here.