Skip to content

Commit

Permalink
Add aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Sep 6, 2024
1 parent 307003c commit ac8cfe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

[alias]
alias = config --get-regexp '^alias.'
conli = config --list
unm = config user.name
uem = config user.email

Expand All @@ -88,7 +89,7 @@
ca = commit --amend
cam = commit --amend -m

rv = revent
rv = revert
rs = reset

pl = pull
Expand All @@ -111,6 +112,7 @@
rmtsu = remote set-url
rmtrm = remote remove

sh = show
l = log --graph --oneline
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"
Expand Down

0 comments on commit ac8cfe0

Please sign in to comment.