From 2d2b4591e2c3edd12a99ec4fefede1fd7607e6df Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:47:29 +0300 Subject: [PATCH] Set a default local push remote to make git-sync work --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index a6b953c..a57fb68 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,5 +7,7 @@ st = status sign = commit --amend --no-edit --gpg-sign resign = !git-resign +[remote] + pushDefault = . [include] path = .hostgitconfig