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.

  • relative_iterator@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Oh yeah so our project is well established so different situation.

    The feature branches are small complete pieces and they shouldn’t be breaking dev.

    If this is a personal project, just commit whenever you want. At least when you’re finished working so you don’t lose your work.