How to tag a release in Git
Like in Subversion, Git supports tags. Most developers use tags to “freeze” a bunch of files at a moment in time, much like a snapshot. Commonly this feature is used whenever a new release of your software is… well… released. Xcode does not support this feature via the GUI, but of course Git does. Let’s […]