forked from GitHowTo/githowto-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
outline.yml
53 lines (53 loc) · 1.26 KB
/
outline.yml
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
index:
setup: 1
more_setup: 1
create_a_project: 1
checking_status: 1
making_changes: 1
staging_changes: 1
staging_and_committing: 1
commiting_changes: 1
changes_not_files: 1
history: 1
aliases: 1
getting_old_versions: 1
tagging_versions: 1
undoing_local_changes: 1
undoing_staged_changes: 1
undoing_committed_changes: 1
removing_commits_from_a_branch: 1
remove_the_oops_tag: 1
amending_commits: 1
moving_files: 1
more_structure: 1
git_internals_git_directory: 1
git_internals_working_directly_with_git_objects: 1
creating_a_branch: 1
navigating_branches: 1
changes_in_master: 1
viewing_diverging_branches: 1
merging: 1
creating_a_conflict: 1
resolving_conflicts: 1
rebasing_vs_merging: 1
resetting_the_greet_branch: 1
resetting_the_master_branch: 1
rebasing: 1
merging_back_to_master: 1
mutliple_repositories: 1
cloningrepositories: 1
review_the_cloned_repository: 1
what_is_origin: 1
remote_branches: 1
change_the_original_repository: 1
fetching_changes: 1
merging_pulled_changes: 1
pulling_changes: 1
adding_a_tracking_branch: 1
bare_repositories: 1
adding_a_remote_repository: 1
pushing_a_change: 1
pulling_shared_changes: 1
hosting_your_git_repositories: 1
sharing_repos: 1
thank_you: 1