My Macbook had a hardware failure recently and I ended up working on a Windows XP machine briefly. While configuring my development environment, I set up my working directory outside my Windows user profile directory (C:\Documents and Settings\Greg
). How did Microsoft ever think ‘Document and Settings’ was a good path for user profiles?! Read the rest of this entry »
28
Feb
11
Feb
If you work with git as your version control system and don’t use a GUI app in your workflow, this one liner in your ~/.profile
(or ~/.bashrc
on Linux) will display the active branch you’re working on when you cd
to a git repo path. Read the rest of this entry »