đģ Git Pro Notes
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…
Created: 12/19/2021 âĸ Edited: 02/09/2025 âĸ Author: Chris Schammert (csmertx) âĸ
History đĩī¸