What are the pro/con's of using: - hub - github-gem - or just git when working with github?
views:
34answers:
1
+3
A:
hub:
pros: good integration with git, mask all github specifics
cons: needs rubygithub-gem
pros: see hub, it can be considered as one of the gems
cons: needs ruby, gem startup timegit
pros: doesn't obfuscate anything (especially in case or error message)
cons: a lot more commands to type ;)
VonC
2010-05-27 06:03:33