Skip to content

Commit

Permalink
[git] Add bi alias for bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Oct 15, 2023
1 parent eae089f commit bc76e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
a = add -p
al = "!git config alias.${1:?} #"
ado = "log -q --pretty='format:%B'"
bi = bisect
bra = branch -vv
branch-age = "!git for-each-ref --sort=-committerdate refs/heads --format=\"%(refname:short)|%(committerdate:relative)\" | column -ts \"|\""
bras = for-each-ref --sort=-committerdate refs/heads --format='%(refname:short)|%(committerdate:relative)'
Expand Down

0 comments on commit bc76e67

Please sign in to comment.