One Quickie


Moving a tag (git->Hacks)
To move an existing git tag to the current version in your working tree:
% git tag --force '0.1-demo' -m "pithy comment"

And if you're using github or something

% git push --tags



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

webmonster@borkware.com