This tutorial explains the usage of the distributed version control system Git via the command line. The examples were done on Linux (Ubuntu) but should also work on other operating systems like Microsoft Windows.
for i in `git rev-list f182667 –max-count=5`; do git revert –no-edit $i; done http://pomoceprogramisty.blogspot.com/2011/03/git-usuwanie-kilku-commitow-jednym.html
No matter if you’re a beginner or an expert, our learning section will provide you with guides, books, tutorials and tips & tricks. http://www.git-tower.com/learn/index.html
Today, version control should be part of every developer’s tool kit. Knowing the basic rules, however, makes it even more useful. We’ve compiled some best practices that help you get the most out of version control with Git.