Taggedgit

Set .gitignore Globally, Ignore Files like a Bad Ass

Posted Jun 26, 2014

Git is an amazing version control program, no matter what Linus says about it. When using version control you want to ignore files that don't need to be tracked. That's where the .gitignore file comes in handy. In this inaugural "Just the Tip", we'll show you how to set .gitignore globally.

Read More