annotated tag

Add chapter about annotated tags.

  • git tag -a -f -m "Release v1.0.0" v1.0.0.
  • git show v1.0.0.
  • git config --global push.followTags=true
  • Show that annotated are pushed with git push but not private tags.