Skip to content

Commit

Permalink
Update git.json. Fix instructions for context menu and file associati…
Browse files Browse the repository at this point in the history
…on setup - add 'reg import'

Fix instructions for context menu and file association setup - add 'reg import'
  • Loading branch information
makeProjectGreatAgain authored Oct 18, 2024
1 parent 9efd18f commit 4075f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/git.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"notes": [
"Set Git Credential Manager Core by running: \"git config --global credential.helper manager\"",
"",
"To add context menu entries, run '$dir\\install-context.reg'",
"To add context menu entries, run 'reg import \"$dir\\install-context.reg\"'",
"",
"To create file-associations for .git* and .sh files, run '$dir\\install-file-associations.reg'"
"To create file-associations for .git* and .sh files, run 'reg import \"$dir\\install-file-associations.reg\"'"
],
"architecture": {
"64bit": {
Expand Down

0 comments on commit 4075f98

Please sign in to comment.