diff --git a/.gitconfig b/.config/git/config similarity index 66% rename from .gitconfig rename to .config/git/config index 1880886..7fa64cc 100644 --- a/.gitconfig +++ b/.config/git/config @@ -3,15 +3,16 @@ email = frebib@gmail.com signingkey = CFBB6A86 +[commit] + gpgsign = true [color] ui = auto - +[alias] + verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr [rebase] autoStash = true - [push] default = upstream - [advice] statusHints = false pushUpdateRejected = false