• @AstridWipenaugh
    link
    54 months ago

    We solve that problem using naming conventions. Branch names must start with the issue key (we use Jira). You don’t do anything in that branch that’s not part of that issue. If you do, you must prefix the commit message with the issue key that it goes with. The commit itself identifies what changed. The Jira issue provides all the backstory and links to any supporting materials (design docs, support tickets, etc). I have to do a lot of git archeology in my role, and this scheme regularly allows me to figure out why a code change was made years ago without ever talking to anyone.

    • @AA5B
      link
      34 months ago

      To be honest, when I ask a candidate about git, I’m looking for them to describe this workflow.

      Heck, I have a new person who I tasked with minor config change, just to make sure she knows how to use git in a professional environment