benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
401 stars 42 forks source link

Added support to fetch git version #269

Closed sahansk2 closed 3 years ago

sahansk2 commented 3 years ago

A feature added in consideration of #129 .

version_info returns the active version of git as a tuple.

This doesn't fix issue #129 , but it is certainly useful for #129 's resolution.

benthayer commented 3 years ago

This is actually more relevant for things like #218, where we don't update, but where we can skip over the level if the user doesn't have the right version of git. Thanks for doing this