From fa4be24f0ad41285c2d8dea8e343eb2296b8fa99 Mon Sep 17 00:00:00 2001 From: Viking at RAGE Date: Tue, 17 May 2022 00:41:58 +0100 Subject: [PATCH] Update git.json to mention .git-credential --- programs/git.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/git.json b/programs/git.json index e0a5248..697808c 100644 --- a/programs/git.json +++ b/programs/git.json @@ -5,6 +5,11 @@ "path": "$HOME/.gitconfig", "movable": true, "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/config_.\n" + }, + { + "path": "$HOME/.git-credentials", + "movable": true, + "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_CONFIG_HOME/git/credentials_.\n" } ] } -- 2.47.3