From 19f91bc5933fb1fc59fb3691a2bc7468ef1d6959 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 7 Sep 2022 21:11:31 +0100 Subject: [PATCH] Update .gitconfig. --- .gitconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 96d51ab..de01d56 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,4 +12,11 @@ [credential] username = tadgy [commit] - verbose = 1 + verbose = 1 +[push] + autoSetupRemote = true +[alias] + c = commit + d = diff + p = push + s = status