Welcome to my Today I Learned (TIL) section! Here I jot down quick notes about what I learned each day, from coding tricks to tech experiments. Scroll down to see all my TIL posts!
Managing Multiple Git Identities on One Machine
TL;DR: Want separate Git emails per project? Just don’t use --global. The Problem: So I ran into this situation where I needed one project folder to use my university credentials while keeping my personal Gmail for literally everything else in VS Code. Classic identity crisis, but make it Git. Honestly thought this would be a nightmare to set up, but Git actually makes it pretty straightforward once you know the trick. ...