inside the mind of a linux admin

Source control != File system

If you find yourself wanting or considering checking binary files into your source control system (Git, SVN), you’re doing it wrong. Source control is optimized for tracking changes to source files. When you have multiple revisions of a source file, the system has stored the original file and the changes between revisions. This is good. […]

Read More