How do I check out version version/tag 1.1.4 of the rspec bundle? cd ~/Library/Application\ Support/TextMate/Bundles/ git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle osascript -e 'tell app "TextMate" to reload bundles' 3 Answers...
  • May 24, 2022
  • 0 Comments
I’m having trouble finding out which tag is currently checked out. When I do: git checkout tag1 git branch I can’t seem to find out which tag I’m on....
  • May 20, 2022
  • 0 Comments
I want to delete all the tags from a Git repository. How can I do that? Using git tag -d tagname delete the tag tagname locally, and using git...
  • May 17, 2022
  • 0 Comments