Skip to content

drzymalanet/git-hist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

git-hist

Nicely formatted alias for the git log command

Install:

git config --global alias.hist "log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)� %C(reset)%C(green)%cr (�)'"

Usage:

Command Description
git hist Show the history of current branch
git hist --all Show the graph of all branches (including remotes)
git hist --branches master devel Show the relationship between two or more branches
git hist --branches Show all local branches

Add --topo-order to sort commits topologically, instead of by date (default in this alias)

Demo

screenshot

About

Nicely formatted alias for the git log command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published