Skip to content

Commit 3c39453

Browse files
committed
Refactor: Categorize tips in tips.json and build GitBook structure
1 parent 0dbc4b8 commit 3c39453

14 files changed

Lines changed: 2606 additions & 538 deletions

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Git Tips
2+
3+
Welcome to the Git Tips documentation! Browse through the categories in the sidebar to find useful Git commands and tricks.

docs/SUMMARY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Summary
2+
3+
* [Introduction](README.md)
4+
* [Basic Operations](basic-operations.md)
5+
* [Branching](branching.md)
6+
* [Log and History](log-and-history.md)
7+
* [Merging and Rebasing](merging-and-rebasing.md)
8+
* [Miscellaneous](miscellaneous.md)
9+
* [Remotes](remotes.md)
10+
* [Setup and Config](setup-and-config.md)
11+
* [Stashing](stashing.md)
12+
* [Submodules and Subtrees](submodules-and-subtrees.md)
13+
* [Tagging](tagging.md)
14+
* [Undoing Changes](undoing-changes.md)

0 commit comments

Comments
 (0)