From: Steve Youngs Date: Fri, 21 May 2021 06:23:54 +0000 (+1000) Subject: Add a couple of git aliases X-Git-Url: http://cgit.sxemacs.org/?p=pkgusr;a=commitdiff_plain;h=a5ee961e8a17b9167e61dc06d1227ba855ea4b15 Add a couple of git aliases Signed-off-by: Steve Youngs --- 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