Tag: git

  • Personal Git Commands and Setup

    Personal Git Commands and Setup

    Just about everyday, I’m working on and committing code to a repository using Git. This is pretty standard for developers today, and just like any developer, I decided that writing out git status, git add -p, git commit -m…, etc., was just too much work 😂 🤓. This lead me to spend several hours putting…