From e0f5217ea6757a76576acd217d5b3ff5623464cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Mon, 13 Feb 2023 10:24:53 +0100
Subject: gitconfig: set default remote to origin explicitly

---
 gitconfig | 2 ++
 private   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gitconfig b/gitconfig
index cb86bf7..45736a3 100644
--- a/gitconfig
+++ b/gitconfig
@@ -5,6 +5,8 @@
 [core]
 	editor = vim
 	excludesfile = /home/cynerd/.gitignore
+[checkout]
+	defaultRemote=origin
 [fetch]
 	recurseSubmodules = true
 	parallel = 8
diff --git a/private b/private
index eca2250..8864339 160000
--- a/private
+++ b/private
@@ -1 +1 @@
-Subproject commit eca2250843f34d7f05aa674086e2224178129b29
+Subproject commit 8864339f23615f42c2ee9f76d0636b1a46aa7af2
-- 
cgit v1.2.3