page git status and add verbose alias

This commit is contained in:
Felix Van der Jeugt 2020-10-16 10:31:23 +02:00
parent 14d8162da8
commit 80cd0beec4
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 3 additions and 0 deletions

View File

@ -15,11 +15,14 @@
program = gpg2
[commit]
gpgsign = true
[pager]
status = true
[alias]
pf = push --force-with-lease
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ff = merge --ff-only @{upstream}
co = checkout
jn = merge --no-ff --log --edit
s = status -vv
[rebase]
autoSquash = true