Skip to content

Instantly share code, notes, and snippets.

@eXpire163
Last active February 18, 2020 13:38
Show Gist options
  • Save eXpire163/b93719f82de46fa16c0399b9e5bf561c to your computer and use it in GitHub Desktop.
Save eXpire163/b93719f82de46fa16c0399b9e5bf561c to your computer and use it in GitHub Desktop.
[win] git pull on windows folder Explorer’s Context Menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\gitPull\command]
@="\"C:\\\\Program Files\\\\Git\\\\cmd\\\\git.exe\" -C %V pull"
@eXpire163
Copy link
Author

  1. verify path to git.exe is valid on your system
  2. run the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment