Git rollback to particular commit
Use gitk to find out which commit you want to rollback and do the following:
git reset --hard 53c309929253a2a |
Use gitk to find out which commit you want to rollback and do the following:
git reset --hard 53c309929253a2a |