PoshCode / PSGit

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

Use VisualStudio with PSTools as editor #36

Closed cmurczek closed 9 years ago

cmurczek commented 9 years ago

Created a new VS PowerShellScriptModule project and manually added all PS-Git files. Adapted .gitignore to ignore the bin and obj folders, as well as the .suo

cmurczek commented 9 years ago

I guess to smooth things over I need to find a way to auto-add new files to the VS-solution. For now this has to be done manually

cmurczek commented 9 years ago

Turns out the VS Git-Tools in VS2013 Update 4 already take care of adding new files that are introduced via git pull. So this is good to go.