]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/git.json
Add jfrog-cli (#486)
[xdg-ninja.git] / programs / git.json
index 2144edfc5b2cbb8475b94cf40d660f193e632ea0..7e61c2bd488925b0583f55511db3f07ef6b4883c 100644 (file)
@@ -7,14 +7,19 @@
             "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/config_.\n"
         },
         {
-            "path": "$HOME/.gitignore",
+            "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/ignore_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n"
         },
         {
-            "path": "$HOME/.git-credentials",
+            "path": "$HOME/.gitk",
             "movable": true,
-            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/credentials_.\n"
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/gitk_.\n"
+        },
+        {
+            "path": "$HOME/.gitignore",
+            "movable": true,
+            "help": "XDG is supported out-of-the-box, so we can simply move the file to _$XDG_CONFIG_HOME/git/ignore_.\n"
         }
     ]
 }