diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-09-02 15:32:55 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-09-02 15:32:55 -0700 |
| commit | 8afaf4cbefc735d71d1417a74b9cc20b0e3c6770 (patch) | |
| tree | 6b69c478f0570cff1231b9fe3462c50062860ec4 /Documentation/tutorial.txt | |
| parent | 80b52b0f9d04fa0b8863fef2beef937ee1a486ae (diff) | |
| parent | 953e5842f8fcd40c3e7013a9793746719016db1b (diff) | |
| download | git-8afaf4cbefc735d71d1417a74b9cc20b0e3c6770.tar.xz | |
Merge branch 'master' of .
Diffstat (limited to 'Documentation/tutorial.txt')
| -rw-r--r-- | Documentation/tutorial.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 1ed8038f79..8d999b02de 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -93,6 +93,11 @@ expect to see a number of 41-byte files containing these references in these `refs` subdirectories when you actually start populating your tree. +[NOTE] +An advanced user may want to take a look at the +link:repository-layout.html[repository layout] document +after finishing this tutorial. + You have now created your first git repository. Of course, since it's empty, that's not very useful, so let's start populating it with data. @@ -1098,6 +1103,12 @@ your login shell is `bash`, only `.bashrc` is read and not `.bash_profile`. As a workaround, make sure `.bashrc` sets up `$PATH` so that you can run `git-receive-pack` program. +[NOTE] +If you plan to publish this repository to be accessed over http, +you should do `chmod +x my-git.git/hooks/post-update` at this +point. This makes sure that every time you push into this +repository, `git-update-server-info` is run. + Your "public repository" is now ready to accept your changes. Come back to the machine you have your private repository. From there, run this command: |
