cd my-repo
##########
git log
##########
git tag
##########
git tag v1.0
##########
git show v1.0
##########
git commit --amend -m'This is version 1.1'
##########
git tag v1.1
##########
git show v1.1
cd my-repo
##########
git log --pretty=format:"%T —— %an : %ae"
##########
git log --pretty=format:"%T —— %cn : %ce, %s"
##########
git log --pretty=format:"%t —— %cn, marks: %s"