Show Menu
Cheatography

git commands Cheat Sheet (DRAFT) by

Git commands

This is a draft cheat sheet. It is a work in progress and is not finished yet.

git blame

git blame /path/­to/file
- run blame on whole file
git blame /path/­to/file -L 32,55
- run blame on specific range of lines