Git Tips: Recent Episodes

Chris Hunt

Git outta here! I didn't know you could do that. The finest collection of /git(hub)?/ tips on briefs.fm - @chrishunt

View Details

Stop piling up old branches. Learn the git bam (http://chrshnt.com/git-bam) command.

View Details

Git has many useful hooks (http://chrshnt.com/git-hook) and those hooks belong to you.

View Details

Tired of that boring, plain git log? Make it --pretty! See my gitconfig (https://git.io/v20Oi) for an example.

View Details

Having a tough time remembering the name of that emoji? Check out the mojibar (https://github.com/muan/mojibar).

View Details

Some of these you may not know about.

View Details

It does! You just have to tell to.

View Details

Working with documentation or a co-worker that loves to adjust whitespace across the entire project every time they open a PR? You're welcome.

View Details

Sometimes the diff isn't enough and you actually want to play with the code in a pull request. Here's how.

View Details

How to close issues like a professional when you open a pull request.

View Details

AKA: Make it look like you're working when you're not actually working.

View Details

How to break up all those changes into smaller commits for the poor soul that has to review your pull request.

View Details

Git doesn't want you to create an empty commit, but you can do it anyway.

View Details

Git knows where you've been and makes it easy to go there again.

View Details

I love GitHub, you love GitHub, but there are some hypothetical situations where it may not be available.

View Details

Ah, Saturday morning and I'm bored. What can I work on?

View Details

If you're already writing good commit messages, you already have a good pull request.

View Details

You don't need to send all notifications to the same email address.

View Details

Oops! Thank goodness git has undo.

View Details

Type too fast? Forget to add a file? Fix it later.

View Details

Make that thing you do all the time a git command.

View Details

Mark them as read - you don't actually have to read them :)

View Details

It you get a lot of email, this is for you.

View Details

Full speed ahead!

View Details

What is this all about?