On Tue, May 13, 2014 at 4:20 AM, Leonardo Petry
<leonardo.petry...@gmail.com> wrote:
> What would be the best command to view a branch history? Right now I use git
> show-branch but I get a huge list of commits and branches. Ideally I would
> like to see a couple of previous commits and be able to see the which files
> where added to each commit.

I use either `tig` (`tig --all`) or an alias I call `lola`:

    lola = log --graph --decorate --pretty=oneline --abbrev-commit
--branches --remotes

/M

-- 
Magnus Therning                      OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe               http://therning.org/magnus

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to