I am currently working on a small project, and I am working on getting it functional, but I question when exactly should I make commits. I usually just do it when I am done with working on it, but I know in practical projects often times commits are for one specific thing but given the project does not even work yet what exactly do I do.

  • @GregoryTheGreat
    link
    English
    310 months ago

    I do it when I’m afraid of losing what I’ve done so far.

    But that would only apply if you are the only one working in the branch or if you can do shelvesets. Which should be the case lol.