Created
March 22, 2024 07:39
-
-
Save kingma-sbw/69d8bab940ec2b87a578ae404abbefe8 to your computer and use it in GitHub Desktop.
Git clone here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; registry entry for rmc "Clone here" | |
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\git-clone] | |
@="Clone here" | |
[HKEY_CLASSES_ROOT\Directory\shell\git-clone\command] | |
@="Powershell -NoProfile -Command \"Set-Location -LiteralPath '%V' ; git clone $(Get-Clipboard)\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment