git: Add some aliases
This commit is contained in:
parent
4360d0ac09
commit
34e75ff074
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
||||||
email = 16392835+Histalek@users.noreply.github.com
|
email = 16392835+Histalek@users.noreply.github.com
|
||||||
signingkey = 19EC07547ED0CE82
|
signingkey = 19EC07547ED0CE82
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
feature-branch = checkout -b
|
||||||
|
force-push = push --force-with-lease
|
||||||
|
|
||||||
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||||
|
ll = ls --numstat
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue