From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 16 May 2022 23:49:48 +0000 (+0200) Subject: Merge pull request #38 from Vikingat-RAGE/patch-2 X-Git-Tag: v0.2.0.0~54 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3b8b6d32b698cc24ede10492d5d028fa6772df22?hp=89ed0fd2756b4b54b0afc0741db5ee46f097a48b Merge pull request #38 from Vikingat-RAGE/patch-2 Update git.json to mention .git-credentials --- 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" } ] }