đģ Git Pro
Notes from before 2022
Git Pro was written by Ben Straub, and Published by Apress
git tag
git show v1.4
git log --pretty=oneline
example output: 9fceb02… updated rakefile
to:
[updated rakefile] commit
git tag -a v1.2 9fceb02
git push origin v1.5
git push origin --tags
git checkout 2.0.0
Read PG. 59 if needed…