Some git Tips and Tricks...
Overview “git gets easier once you get the basic idea that branches are homeomorphic endofunctors mapping submanifolds of a Hilbert space.” - @agnoster Remove files from the repo which are not in the .gitignore git rm --cached `git ls-files -i -c --exclude-from=.gitignore`