yakshaveinc / linux

software engineering for Linux projects
The Unlicense
1 stars 3 forks source link

Git cheatsheet #18

Open abitrolly opened 5 years ago

abitrolly commented 5 years ago

View history graph with all branches (found in internets)

git log --graph --abbrev-commit --decorate --all \
  --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'