Git (1)


Git Stash — way to safely split your commits

  • April 24, 2020
  • Git

A junior dev in my team was regularly committing 15 to 20+ files in one go, with useless messages like “added files”, “changed files” or even better “change 1” etc. Figured out that the reason was, “how to commit until everything is working”. Turns out, he was treating Git as SVN or IBM-clearcase. If you […]