Skip to content

Commit

Permalink
add git recent
Browse files Browse the repository at this point in the history
git recent displays a list of branches sorted by date of the last commit.
  • Loading branch information
delor authored Jul 19, 2019
1 parent 710ff28 commit d594c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
llog = log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=iso
changelog = log --pretty=format:'%Cgreen%d %Creset%s' --date=iso
ls = log --pretty=format:'%C(yellow)%p..%h %C(white dim)%cd %<|(49,trunc)%an %C(reset)%s' --date=short --abbrev=8 --no-merges
recent = for-each-ref --sort=-committerdate refs/heads/ --format='%(authordate:short) %(color:red)%(objectname:short) %(color:yellow)%(refname:short)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'

#BASIC REPO INFORMATION

Expand Down

0 comments on commit d594c01

Please sign in to comment.