PoshCode / PSGit

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

Switch-Branch (or Set-Branch) #14

Open Jaykul opened 9 years ago

Jaykul commented 9 years ago

We need to be able to switch between branches.

Note that git checkout can actually checkout changesets ... need to think about that ;-)

jrich523 commented 9 years ago

it should look for uncommitted changes before switching. allowing to -force if you accidently made changes on the wrong branch (additional file)