Skip to content
Snippets Groups Projects
Commit b342f197 authored by Jens Nolte's avatar Jens Nolte
Browse files

Update git config

parent f7a148bf
No related branches found
No related tags found
No related merge requests found
[user]
email = git@queezle.net
name = Jens Nolte
email = git@queezle.net
name = Jens Nolte
[init]
defaultBranch = main
[commit]
verbose = true
[alias]
graph = log --graph --decorate --all --format=format:'%C(yellow)%h%C(reset) %C(red)%aN%C(reset) %C(dim cyan)(%ar)%C(reset)%C(dim magenta)%d%C(reset)%n%C(white)%s%C(reset)'
graph = log --graph --decorate --all --format=format:'%C(yellow)%h%C(reset) %C(red)%aN%C(reset) %C(dim cyan)(%ar)%C(reset)%C(dim magenta)%d%C(reset)%n%C(white)%s%C(reset)'
g = !git graph
g = !git graph
changes = "!f() { \
{ git --no-pager log --max-count=1 --shortstat --color=always ${1:-HEAD};\
echo; git --no-pager diff --color=always "${1:-HEAD}^" "${1:-HEAD}"; } \
| $PAGER -r; }; f"
changes = "!f() { \
{ git --no-pager log --max-count=1 --shortstat --color=always ${1:-HEAD};\
echo; git --no-pager diff --color=always "${1:-HEAD}^" "${1:-HEAD}"; } \
| $PAGER -r; }; f"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment