From 5cfc25668c345bccf976d82e893ea7a094ae1431 Mon Sep 17 00:00:00 2001 From: Zackarias Montell Date: Thu, 15 May 2025 15:05:27 +0200 Subject: [PATCH] Added gitconfig --- .gitconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..edcc627 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,12 @@ +[alias] + a = add + b = branch + c = commit + cl = clone + co = checkout + cp = cherry-pick + m = merge + p = push --follow-tags + pu = pull + r = reset + s = status