-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.yaml
More file actions
123 lines (100 loc) · 2.71 KB
/
Copy pathbook.yaml
File metadata and controls
123 lines (100 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
title: Git By Example
description: A practical guide to Git — learn by doing, not by reading manuals.
chapters:
- file: 01-chapter-1-getting-started.md
title: Getting Started
slug: getting-started
number: 1
free: true
- file: 02-chapter-2-the-basics-add-commit-status.md
title: "The Basics: Add, Commit, Status"
slug: the-basics
number: 2
- file: 03-chapter-3-viewing-history.md
title: Viewing History
slug: viewing-history
number: 3
- file: 04-chapter-4-undoing-things.md
title: Undoing Things
slug: undoing-things
number: 4
- file: 05-chapter-5-branches.md
title: Branches
slug: branches
number: 5
- file: 06-chapter-6-merging.md
title: Merging
slug: merging
number: 6
- file: 07-chapter-7-rebasing.md
title: Rebasing
slug: rebasing
number: 7
- file: 08-chapter-8-working-with-remotes.md
title: Working with Remotes
slug: working-with-remotes
number: 8
- file: 09-chapter-9-stashing.md
title: Stashing
slug: stashing
number: 9
- file: 10-chapter-10-tagging.md
title: Tagging
slug: tagging
number: 10
- file: 11-chapter-11-cherry-picking.md
title: Cherry-Picking
slug: cherry-picking
number: 11
- file: 12-chapter-12-interactive-rebase.md
title: Interactive Rebase
slug: interactive-rebase
number: 12
- file: 13-chapter-13-git-internals-objects-refs.md
title: "Git Internals: Objects & Refs"
slug: git-internals
number: 13
- file: 14-chapter-14-reflog-your-safety-net.md
title: "Reflog: Your Safety Net"
slug: reflog
number: 14
- file: 15-chapter-15-bisect-finding-bugs.md
title: "Bisect: Finding Bugs"
slug: bisect
number: 15
- file: 16-chapter-16-worktrees.md
title: Worktrees
slug: worktrees
number: 16
- file: 17-chapter-17-submodules.md
title: Submodules
slug: submodules
number: 17
- file: 18-chapter-18-branching-strategies.md
title: Branching Strategies
slug: branching-strategies
number: 18
- file: 19-chapter-19-writing-good-commit-messages.md
title: Writing Good Commit Messages
slug: commit-messages
number: 19
- file: 20-chapter-20-git-hooks.md
title: Git Hooks
slug: git-hooks
number: 20
- file: 21-chapter-21-tips-tricks.md
title: Tips & Tricks
slug: tips-tricks
number: 21
- file: 22-appendix-c-aliases-worth-having.md
title: Aliases Worth Having
slug: appendix-c
number: 22
- file: 23-appendix-a-git-configuration-cheatsheet.md
title: Git Configuration Cheatsheet
slug: appendix-a
number: 23
- file: 24-appendix-b-gitignore-patterns.md
title: .gitignore Patterns
slug: appendix-b
number: 24