From 34e75ff074ba0c6ac0a2c9461ae163f498bd4c91 Mon Sep 17 00:00:00 2001 From: histalek Date: Sat, 22 Jan 2022 23:00:22 +0100 Subject: [PATCH] git: Add some aliases --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitconfig b/.gitconfig index fdb1f62..e97ee8c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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