RSSAmplifier

jpterry.com · Dec 15, 2015

My favorite git alias

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

When I use git I constantly need to understand the shape of the history graph. And the best way to understand graphs is to visualize them. Maybe you already know about git log --graph --oneline --decorate, but that is a lot to type. Add this alias to your .bash_profile, or .zshrc. I call it glga for “git-log-graph-author”, you can call it what you want. alias glga='git log --graph…

Read on /2015/12/15/git-log-graph-authors/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.