One Quickie


Adding a tag (git->Hacks)
Adding a tag in git:
% git tag '0.1-demo' -m "Proof of concept demo for initial App47 distribution"
Adds the tag, with the given comment.

To push the tag up to github (or wherever)

% git push --tags



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com