From e45fcc629b420d31fdd7978947484d88ae635cab Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Tue, 27 Aug 2019 21:00:46 -0500 Subject: [PATCH] Add disable-upstream-push git alias --- etc/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/gitconfig b/etc/gitconfig index 3f88ea3..f006928 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -6,6 +6,7 @@ user = smith [alias] d = commit . -m "duh" --no-verify + disable-upstream-push = remote set-url --push upstream push_disabled br = branch ci = commit co = checkout