Show Menu
Cheatography

Lead Engineers Git Cheat Sheet Cheat Sheet (DRAFT) by

This cheat sheet is for lead engineers to inspect a repository to understand insights in a effort to improve culture, process and developer productivity.

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

Branch

When was a branch created?
gitk --all --sele­ct-­commit=
git merge-base branch­nam­e-q­uestion master
Clone specific branch
git clone --sing­le-­branch --branch branchName git@gh­e.g­ith­ub.com:ORG/r­epo­nam­e.git
 

Developers

Show all contri­butors
git shortlog -sne --all