Skip to content

Commit 732c1b6

Browse files
authored
Merge pull request #1202 from aollier/fixes
Fixes
2 parents 7b43e67 + 09eb9fc commit 732c1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ git clone [email protected]:/srv/git/my_project.git
5454

5555
If a user SSHs into a server and has write access to the `/srv/git/my_project.git` directory, they will also automatically have push access.
5656

57-
Git will automatically add group write permissions to a repository properly if you run the `git init` command with the `--shared` option.
57+
Git will automatically add group write permissions to a repository properly if you run the `git init` command with the `--shared` option.
5858
Note that by running this command, you will not destroy any commits, refs, etc. in the process.(((git commands, init, bare)))
5959

6060
[source,console]

book/06-github/sections/2-contributing.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Not that this is incredibly useful, but it does add an element of fun and emotio
406406
====
407407
There are actually quite a number of web services that make use of emoji characters these days. A great cheat sheet to reference to find emoji that expresses what you want to say can be found at:
408408
409-
http://www.emoji-cheat-sheet.com
409+
https://www.webfx.com/tools/emoji-cheat-sheet/
410410
====
411411

412412
===== Images

0 commit comments

Comments
 (0)