try the re-list / rev-parse pair of commands with the --all option (i.e. here 
are places to start in the manual ;-)

Philip
  ----- Original Message ----- 
  From: pro...@ucsd.edu 
  To: Git for human beings 
  Sent: Friday, November 03, 2017 8:55 PM
  Subject: [git-users] How to see ALL my commits? Including from any branches 
I've made.


  All I want is a complete list of the SHAs and tags of all the commits I’ve 
made, including those on any branches  (obviously I’m a  beginner and have some 
wrong concepts). 


  I don’t see how from the documentation. I want to see the commits from 
branches as well. 
  I tried "git show —max-parents=0”  — gave me nothing, while "git show" gave 
me far too much detail but not the commits from the main line of commits (i’m 
on a branch).
  I thought that “git log” would show all my commits, but it only shows the 
commits of the branch I’m on.


  PeterR


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

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