Git Aware Prompt is a really useful shell script written by Jim Myhrberg that displays your current git branch in the terminal prompt, saving you the hassle of having to type git status every time. As you can see from the screenshot above, my current branch is displayed in parenthesis in blue, and when I change branch, the branch name... read more »
In the past, deploying changes to production was as simple as uploading the edited files with an FTP client. But with the modern complex applications we build for the web today, often as part of a distributed team, deploying to production in this manner simply isn't fit for purpose. So what's the solution? Spend thousands of dollars on a deployment... read more »