From a79fbc40904cb608963666e396925d6972e9a922 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 10 Jun 2023 14:44:48 +0200 Subject: [PATCH] git: more aliases --- files/git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 432f203..3bd439c 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -4,6 +4,7 @@ [includeIf "gitdir:~/dev/uni/lrz-gitlab/**"] path = "~/dev/uni/lrz-gitlab/.gitconfig" [alias] + a = add aa = add . b = blame -L br = branch @@ -16,6 +17,7 @@ lgp = lg -p pl = pull --rebase ps = push + r = rebase sh = show st = status u = pull --rebase