Skip to content

Instantly share code, notes, and snippets.

@Itsindigo
Created November 10, 2022 08:48
Show Gist options
  • Save Itsindigo/a3bf1e27777440af023a31c492cab318 to your computer and use it in GitHub Desktop.
Save Itsindigo/a3bf1e27777440af023a31c492cab318 to your computer and use it in GitHub Desktop.
RemindMe Github Alias
# https://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit
alias remindMe="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))'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment