PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

adding a script to help sync the fork #24

Closed jrich523 closed 9 years ago

jrich523 commented 9 years ago

Adding a DevTools folder for some basic scripts. This will probably end up in Mod builder, or even is this module, but for now, its going here!

Jaykul commented 9 years ago

You need to Push-Location in that DevTools script, because it runs git You have to make sure you're in the right location before you run your commands.