Git: Completely remove files from git history
Nov 15, 2012
Very useful for removing unwanted files from your git repository. Cloning a 1.5gb repository because someone accidentally committed in a video or cache is annoying, to say the least.
Nov 15, 2012
Very useful for removing unwanted files from your git repository. Cloning a 1.5gb repository because someone accidentally committed in a video or cache is annoying, to say the least.
Nov 10, 2012
Many frameworks we use are front-loaded. This means that we have a web-root with an index file that handles all application requests.