Skip to content

Instantly share code, notes, and snippets.

@ScreamingDev
Last active January 3, 2016 05:29
Show Gist options
  • Select an option

  • Save ScreamingDev/8416313 to your computer and use it in GitHub Desktop.

Select an option

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 ;)
[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