Skip to content
Snippets Groups Projects
Commit 27e03f7a authored by nimrod's avatar nimrod
Browse files

- Forgot to mention the branch when adding git submodule.

parent 9039e990
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ aliases and sourced files mentioned in :code:`.bashrc` are present. Here's how: ...@@ -24,7 +24,7 @@ aliases and sourced files mentioned in :code:`.bashrc` are present. Here's how:
.. code:: shell .. code:: shell
ssh cgit 'git init --bare /srv/git/REPONAME' 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 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. I prefer self hosting). Then I add it as a Git submodule.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment