Forgot the name of your recently used git branch? Gotcha fam!
Ravi Ojha
Posted on June 12, 2019
Add this alias to your terminal's rc or profile file. For most users, it is .bashrc
or .bash_profile
in the home directory. Fire up a new terminal tab, cd
to any git repository and try out the command gitrecent
.
alias gitrecent="git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'"
Source: This stackoverflow answer
💖 💪 🙅 🚩
Ravi Ojha
Posted on June 12, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.