git: Add some aliases

This commit is contained in:
histalek 2022-01-22 23:00:22 +01:00
parent 4360d0ac09
commit 34e75ff074
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -3,6 +3,13 @@
email = 16392835+Histalek@users.noreply.github.com
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]
diff = auto
status = auto