release-depot / git_wrapper

A python based wrapper around GitPython
MIT License
4 stars 8 forks source link

Added Prune Functionality To Fetch #107

Closed siddhantdubey closed 2 years ago

siddhantdubey commented 2 years ago

Prune related tags were added to the fetch functions in order to give more functionality to consumers. This will allow for branches and tags to be easily pruned simply by calling the fetch function with the appropriate boolean tags.

bsarabeswaran commented 2 years ago

LGTM!