Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git log

git log #show all commits/hash #'s, messages, dates, author information
git log --graph #shows a graphical link between commits, branches, merges, etc.
git log --graph --online #Same as"git log --graph", but condenses information
 
PREVIOUS NEXT
Tagged: #git #log
ADD COMMENT
Topic
Name
2+4 =