We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43e67 commit 79852f3Copy full SHA for 79852f3
book/04-git-server/sections/git-on-a-server.asc
@@ -54,7 +54,7 @@ $ git clone [email protected]:/srv/git/my_project.git
54
55
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.
56
57
-Git will automatically add group write permissions to a repository properly if you run the `git init` command with the `--shared` option.
+Git will automatically add group write permissions to a repository properly if you run the `git init` command with the `--shared` option.
58
Note that by running this command, you will not destroy any commits, refs, etc. in the process.(((git commands, init, bare)))
59
60
[source,console]
0 commit comments