Recent posts

git cheatsheet

less than 1 minute read

Create a tag git tag -a v1.0 -m "milestone: v1" git push --tags