Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git log with branch tree

# With commit messages
git log --graph

# With simple oneliner output per commit
git log --graph --oneline
 
PREVIOUS NEXT
Tagged: #git #log #branch #tree
ADD COMMENT
Topic
Name
7+9 =