From 1e7c3a0d82280e9194a8e3e883225ed336b65527 Mon Sep 17 00:00:00 2001
From: fred <2160318-free_zed@users.noreply.gitlab.com>
Date: Fri, 1 Apr 2022 18:48:13 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Update=20git=20&=20zsh=20u?=
 =?UTF-8?q?ser=20config?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tasks/user_cfg/files/dotfiles/gitconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tasks/user_cfg/files/dotfiles/gitconfig b/tasks/user_cfg/files/dotfiles/gitconfig
index 19bfcf6..223dd52 100644
--- a/tasks/user_cfg/files/dotfiles/gitconfig
+++ b/tasks/user_cfg/files/dotfiles/gitconfig
@@ -20,6 +20,7 @@
 	ci = commit
 	co = checkout
 	diff = diff --ignore-all-space
+	fp = fetch --prune
 	lga = log --graph --oneline --decorate --since=10days --all
 	lgla = log --graph --oneline --decorate --date=short --all
 	lg = log --graph --oneline --decorate --since=10days
@@ -33,6 +34,9 @@
 [merge]
 	tool = meld
 
+[checkout]
+	defaultRemote=origin
+
 [url "ssh://git@github.com/"]
 	pushInsteadOf = https://github.com/
 
@@ -41,3 +45,6 @@
 
 [url "ssh://git@lab.frogg.it/"]
 	pushInsteadOf = https://lab.frogg.it/
+
+[init]
+	defaultBranch = stable
-- 
GitLab