diff --git a/pro-git/chapter-02/README.md b/pro-git/chapter-02/README.md index 78f907b..7c46eaa 100644 --- a/pro-git/chapter-02/README.md +++ b/pro-git/chapter-02/README.md @@ -31,3 +31,8 @@ - [Annotated Tags](tagging.md#annotated-tags) - [Lightweight Tags](tagging.md#lightweight-tags) - [Tagging Later](tagging.md#tagging-later) + - [Sharing Tags](tagging.md#sharing-tags) + - [To Push a Specific Tag to a Remote Repository](tagging.md#to-push-a-specific-tag-to-a-remote-repository) + - [To Push All Tags to a Remote Repository (in Cases Where There Are a Lot of Tags to Push Manually)](tagging.md#to-push-all-tags-to-a-remote-repository-in-cases-where-there-are-a-lot-of-tags-to-push-manually) + - [Deleting Tags](tagging.md#deleting-tags) + - [Checking Out Tags](tagging.md#checking-out-tags) diff --git a/pro-git/chapter-02/commit-history.md b/pro-git/chapter-02/commit-history.md index 32be2f1..0ad03ec 100644 --- a/pro-git/chapter-02/commit-history.md +++ b/pro-git/chapter-02/commit-history.md @@ -1,3 +1,11 @@ +- [Checking Commit History](#checking-commit-history) + - [`git log`](#git-log) + - [`git log --patch -`](#git-log---patch--n) + - [`git log --stat`](#git-log---stat) + - [`git log --pretty=