page git status and add verbose alias
This commit is contained in:
parent
14d8162da8
commit
80cd0beec4
@ -15,11 +15,14 @@
|
|||||||
program = gpg2
|
program = gpg2
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[pager]
|
||||||
|
status = true
|
||||||
[alias]
|
[alias]
|
||||||
pf = push --force-with-lease
|
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
|
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}
|
ff = merge --ff-only @{upstream}
|
||||||
co = checkout
|
co = checkout
|
||||||
jn = merge --no-ff --log --edit
|
jn = merge --no-ff --log --edit
|
||||||
|
s = status -vv
|
||||||
[rebase]
|
[rebase]
|
||||||
autoSquash = true
|
autoSquash = true
|
||||||
|
Loading…
Reference in New Issue
Block a user