X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/6bdc08811164a6f6a900ad5d83f576d742b7b9b0..5cd4c5b311062d9c772feb2ae17b82949c7a8160:/programs/git.json 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" } ] }