list_tags() { { git tag; echo "main"; } | sort -V } list_tags_h() { list_tags | tac | awk '{print $1" "$1" "$1}' }