#branching

Git Shallow Clone

Oct 03, 2019

If you git clone a repository it brings in the entire repository which contains every revision of every file ever made. Sometimes this is overkill. Try a shallow clone instead!

Git Diff Branches

May 24, 2019

Need to tell the difference between two git branches?

Git Clone A Single Branch

Apr 16, 2019

Have a large git repo that you need to clone, but only need to clone one branch?