From b4e3f4778576d9dcc072d7298772a0840563abd6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 7 May 2022 10:48:00 -0700 Subject: [PATCH] git: not quite sure why I have to add this, but I think it's some sort of permission thing on my phone --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index bc30dd6..b29b4ca 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,6 +11,9 @@ email = blakelysnorth@gmail.com name = PowerUser64 +[safe] + directory = /storage/emulated/0/docs + [alias] a = add c = commit