To undo commits, you can simply soft reset, usually just undoing the last commit made, but you can also pass in a reference to the commit ID: git reset HEAD~1 This will leave you at the "haven't ...
Where Git fits in your distributed version control system tool belt Follow these Git commit message guidelines Where system, global and local Windows Git config files are saved How Atomist's Rod ...
Use it at your own risk. Please note that when you tell git test run to test specified commits, it checks those commits out in your working directory. If the tests fail, it leaves the failing commit ...