PoshCode / PSGit

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

Reset-Branch #16

Open Jaykul opened 9 years ago

Jaykul commented 9 years ago

We need to be able to move a branch pointer to a different checkin (e.g. to roll back changes, or to fast-forward a branch to the end of another branch, etc).