Skip to content

Commit

Permalink
Add git alias
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Aug 16, 2024
1 parent 868f0d9 commit c127787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wslfiles/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
rmtrm = remote remove

l = log --graph --oneline
ll = !git log --graph --oneline ${@}
ls = !git log --graph --oneline --stat ${@}
ll = "!f() { [ $# -eq 0 ] && git log --graph --oneline || git log --graph --oneline -"$1"; }; f"
ls = "!f() { [ $# -eq 0 ] && git log --graph --oneline --stat || git log --graph --oneline --stat -"$1"; }; f"

0 comments on commit c127787

Please sign in to comment.