Last active
January 3, 2016 05:29
-
-
Save ScreamingDev/8416313 to your computer and use it in GitHub Desktop.
Modman / Git shortcuts If you add this to your gitconfig (in your home dir), then you can clone anything like `modman clone gh:ath` and have your little helper on the fly ;)
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
| [url "https://github.com/fbrnc/Aoe_TemplateHints.git"] | |
| insteadOf = "gh:ath" | |
| [url "https://github.com/fbrnc/Aoe_Profiler.git"] | |
| insteadOf = "gh:profiler" | |
| [url "https://github.com/EcomDev/EcomDev_PHPUnit.git"] | |
| insteadOf = "gh:phpunit" | |
| [url "https://github.com/sourcerer-mike/magento-devMode.git"] | |
| insteadOf = "gh:devmode" | |
| [url "https://github.com/madalinoprea/magneto-debug.git"] | |
| insteadOf = "gh:debug" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment