Commit 27e03f7a authored by nimrod's avatar nimrod
Browse files

- Forgot to mention the branch when adding git submodule.

parent 9039e990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ aliases and sourced files mentioned in :code:`.bashrc` are present. Here's how:
.. code:: shell

    ssh cgit 'git init --bare /srv/git/REPONAME'
    git submodule add -f https://www.shore.co.il/cgit/REPONAME
    git submodule add -b master -f https://www.shore.co.il/cgit/REPONAME

First I create the remote repository (most of you would probably use Github but
I prefer self hosting). Then I add it as a Git submodule.