TWIL: (this week I learned)

Wow, I’ve learned so many things this week.

  • How to create a git repository using files from multiple subdirectories. (Usually, they have to be in the same one.)
  • How how to create branches in repositories in order to test my changes so I won’t clobber my files. (I used to just break shit and then have to rebuild it.)
  • How to rollback a branch when I’ve done something stupid. (Which anybody who knows me knows I do a lot.)
  • How to merge my branches with my master repo on the off-chance that I actually did it right.