From b7afca77a33777c052f21b9f292e44a235fbe1f3 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 9 Jun 2022 10:29:43 +0300 Subject: [PATCH] Git: add sync alias --- home/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.gitconfig b/home/.gitconfig index 1794bdd..9d1e83f 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -39,6 +39,7 @@ [alias] mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1 upstream = !git push -u origin HEAD + sync = !git pull && git push [color] pager = no