From 6f028b0467248816d1b190430bad18aad03d321b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B8=D0=BD=D0=B0=20=D0=9F=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Thu, 12 Feb 2026 07:07:39 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..9757509 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,13 @@ +[user] + name = radi0dev + email = radi0dev@radi0.cc +[core] + editor = vim +[alias] + co = checkout + st = status + br = branch +[merge] + tool = meld +[color] + ui = true