1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Unstaged changes

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2022-10-23 23:17:44 +00:00
parent ea5f537303
commit fea0831c13
14 changed files with 54 additions and 22 deletions

View File

@ -5,11 +5,11 @@
[core]
autocrlf = input
excludesfile = /home/frebib/.config/git/gitignore
pager = diff-highlight | $PAGER
pager = delta --diff-so-fancy --color-only
[init]
defaultBranch = master
[interactive]
diffFilter = diff-highlight
diffFilter = delta --diff-so-fancy --color-only
[commit]
gpgsign = true
[fetch]
@ -38,6 +38,7 @@
unpushed = !git log --oneline @{u}..HEAD
leaders = !git shortlog -s -n --all --no-merges
defbranch = !git symbolic-ref refs/remotes/origin/HEAD | sed \"s@^refs/remotes/origin/@@\"
rbranch = for-each-ref --sort='committerdate' --format="%20%20%(refname:short)" refs/heads/
[advice]
statusHints = false
pushUpdateRejected = false