From 8801928cc8ef7c98542ef2f095c83fb6fe5368b1 Mon Sep 17 00:00:00 2001 From: Spirit Date: Mon, 29 Jul 2024 06:25:52 +0300 Subject: [PATCH] add a note for future me --- .gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 140f6a8..65828e3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,9 @@ defaultBranch = main [pull] rebase = false -[credential] - helper = store [github] user = spirit-x64 +[credential] + helper = store +# This is not safe to be in a public server do not do this +# idk tho my website already sucks who tf gonna hack it