After re-reading my message, I see that maybe my thinking is skewed by git:
• In git, first I change something in the code, then I make a commit
• In LakeFS, first I make a commit, then I change something in the code
Which means that, to answer my first question:
a) I would make the first commit once I make the first change in the code but not in the initial setup phase
Is this right?