CODEOWNERS
• Can be used to specify notifications for certain people or teams. (---) (---) • Can be used with a path that will notify the...
Use Git Clean Remove Changes and New Directories
Doesn't actually clean yet, just tells you what would be cleaned: git clean -n For real, delete any files not committed to your repository git...
Learning Git
Here's a good online tutorial for learning GIT
Pushing to Heroku
What you may miss off-the-bat is that Heroku's copy of your app is actually a git repository. It's like github's repository of your code, but...
Github asks for my password every time
I recently had to re-set my git repo, and after I did every time I did git pull or git push I was asked to...
Configure git so that it shows green & red in my terminal
Create a file in your home directory here: ~/.gitconfig (The dot makes it invisible of course) In this file, you can configure lots of git...