From 563c938b7bea8b11816bd5a03c76895c4b7f6626 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:24:19 +0000 Subject: Add update alias to git --- dot-config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config') diff --git a/dot-config/git/config b/dot-config/git/config index c291d4c..adb6214 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -6,3 +6,5 @@ name = Blake Romero [commit] verbose = true +[alias] + update = add --update -- cgit