mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
[git] iadd git alias command to inspect all aliases
This commit is contained in:
parent
600f31775a
commit
aa1eca1167
1 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,10 @@
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[alias]
|
[alias]
|
||||||
# Short Fancy Logs
|
# Short Fancy Logs
|
||||||
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
||||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||||
lg = !"git lg1"
|
lg = !"git lg1"
|
||||||
|
lga = !"git lg --all"
|
||||||
|
|
||||||
dif = diff
|
dif = diff
|
||||||
|
alias = "! git config --get-regexp ^alias\\. "
|
||||||
|
|
Loading…
Reference in a new issue