Name | Description |
---|---|
Interactive Git Branching Learning | Visual and interactive way to learn Git branching |
Learn git concepts, not commands | Article on Git concepts |
Codeacademy Learn Git | Not Free |
Git for Computer Scientists |
- Revert to commit X
git revert --no-commit X..HEAD
git commit