This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9dbb6fdb38
circuitpython
/
tools
/
git-checkout-latest-tag.sh
4 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
git fetch --tags
git checkout
$(
git describe --tags
`
git rev-list --tags --max-count
=
1
`
)
Reference in New Issue
View Git Blame
Copy Permalink