Reputation: 2693
I am going through a texbook on Flask (Python framework). Examples are provided in git repository: https://github.com/miguelgrinberg/flasky
Each example is a branch tag, but
git show-branch -a
does not show all of them, because as I understand the command above can only show 29 branches at once. How do I navigate through all of the examples?
Thanks
EDIT mistaken branches with tags
Upvotes: 1
Views: 91