From a5ee961e8a17b9167e61dc06d1227ba855ea4b15 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Fri, 21 May 2021 16:23:54 +1000 Subject: [PATCH] Add a couple of git aliases Signed-off-by: Steve Youngs --- etc/pkgusr/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/pkgusr/gitconfig b/etc/pkgusr/gitconfig index 9fb001f..fcb39f9 100644 --- a/etc/pkgusr/gitconfig +++ b/etc/pkgusr/gitconfig @@ -22,11 +22,14 @@ Emm = merge --edit -S --no-ff --log -m mirror = push origin master tagpush = push --tags origin master + mmirror = push origin main + mtagpush = push --tags origin main alias = config --get-regexp ^alias co = checkout cb = switch nb = switch -c nt = switch -t origin/master -c + mnt = switch -t origin/main -c cob = switch -c bi = bisect rbi = rebase -i -- 2.25.1