On Mon, May 12, 2014 at 9:20 PM, 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.

Probably `git log --decorate --oneline --diffstat`, or something like
that. There's tons of options to `git log`.

-- 
Felipe Contreras

-- 
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