Quantcast
Viewing latest article 9
Browse Latest Browse All 10

Git shutup already

So you have a bunch of local files you don't want to check in and you also don't want to add to the project's official .gitignore file(s)? Solution: edit .git/info/exclude. I like to make a symlink e.g. "ln -s .git/info/exclude .gitignore.local".

Thanks GitHub. http://help.github.com/git-ignore/


Viewing latest article 9
Browse Latest Browse All 10

Trending Articles