Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git log with author oneline

git --no-pager log --pretty=tformat:"%C(yellow)%h %C(cyan)%ad %Cblue%an%C(auto)%d %Creset%s" --graph --date=format:"%Y-%m-%d %H:%M"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #log #author #oneline
ADD COMMENT
Topic
Name
5+7 =