From 8a460ca792ff84d2d4dad99b34764b4eedad55b4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 28 May 2020 11:30:27 +0200 Subject: Add mirror-add alias to git --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config index 156593a..fc114a3 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,11 +7,11 @@ co = checkout cob = checkout -b ct = tag -s - #cd = ! cd -- "$(pwd)" d = diff fo = fetch origin l = log --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:'%C(6)%ad %C(3)%h%Creset %s %C(7)by %C(2)%ae%C(7):%C(5)%G?' lg = log --graph --abbrev-commit --decorate --date=relative --all + mirror-add = ! git remote set-url --add --push origin p = push pa = push-all prev = ! git show "HEAD:$1" -- cgit v1.1