From e562996f5c7056fa773a6e78cded83db45605ac5 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 26 Dec 2023 11:02:48 +0000
Subject: [PATCH] Increase bash history length and add git repo info to prompt

---
 git/gitconfig |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig
index fdf61bd..df3a003 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -4,4 +4,6 @@
 	name = Joel Grunbaum
 	email = joelgrun@gmail.com
 [pull]
-	rebase = false
+	rebase = true
+[iniit]
+	defaultBranch = main

--
Gitblit v1.9.3