I know that Git commits should be made for each logical change, but what is the convention (if any exist) for the first commit?
[note: I'm not inviting opinion/discussion on this - if there isn't a common convention then fine].
For instance I've started a website from scratch with index.html - my first 'logical change' commit could be anything from adding the <head>
elements, adding the HTML structure, or adding the basic content and CSS. Or should the first commit be the first 'working' version?
Edit: I don't mean the commit message; I mean the content of the files.