Skip to content

Commit f4f9a87

Browse files
committed
Merge remote-tracking branch 'origin/master' into github-chapter
Conflicts: book/10-git-internals/sections/plumbing-porcelain.asc
2 parents fede946 + bd2995b commit f4f9a87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+372
-46
lines changed

atlas.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
"book/07-git-tools/1-git-tools.asc",
1515
"book/08-customizing-git/1-customizing-git.asc",
1616
"book/09-git-and-other-scms/1-git-and-other-scms.asc",
17-
"book/10-git-in-other-environments/1-git-other-environments.asc",
18-
"book/11-git-internals/1-git-internals.asc",
17+
"book/10-git-internals/1-git-internals.asc",
18+
"book/A-git-in-other-environments/1-git-other-environments.asc",
19+
"book/B-embedding-git/1-embedding-git.asc",
20+
"book/C-git-commands/1-git-commands.asc",
1921
"book/index.asc"
2022
],
2123
"formats": {
@@ -65,4 +67,4 @@
6567
},
6668
"theme": "oreillymedia/atlas_tech1c_theme",
6769
"title": "Pro Git"
68-
}
70+
}

book/01-introduction/sections/help.asc

Lines changed: 1 addition & 0 deletions

book/02-git-basics/sections/getting-a-repository.asc

Lines changed: 2 additions & 0 deletions

book/02-git-basics/sections/recording-changes.asc

Lines changed: 6 additions & 0 deletions

book/03-git-branching/sections/basic-branching-and-merging.asc

Lines changed: 1 addition & 0 deletions

book/03-git-branching/sections/branch-management.asc

Lines changed: 1 addition & 0 deletions

book/03-git-branching/sections/nutshell.asc

Lines changed: 3 additions & 0 deletions

book/03-git-branching/sections/remote-branches.asc

Lines changed: 2 additions & 0 deletions

book/04-git-server/sections/git-on-a-server.asc

Lines changed: 2 additions & 0 deletions

book/04-git-server/sections/setting-up-server.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[_setting_up_server]]
12
=== Setting Up the Server
23

34
Let's walk through setting up SSH access on the server side.

0 commit comments

Comments
 (0)