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

Correct installation instructions.

Better way to clone in an existing home directory.
parent 7abce111
No related branches found
No related tags found
No related merge requests found
...@@ -13,14 +13,15 @@ mass consumption as it is. ...@@ -13,14 +13,15 @@ mass consumption as it is.
*WARNING: This will overwrite your existing files.* *WARNING: This will overwrite your existing files.*
```
cd cd
git clone --bare https://www.shore.co.il/git/rcfiles .git git init
sed -i '/bare/d' .git/config git remote add origin https://www.shore.co.il/git/rcfiles
git reset --hard git fetch
git reset --hard origin/master
git branch --set-upstream-to=origin/master
git bull git bull
Documents/bin/install-git-hooks Documents/bin/install-git-hooks
``` .githooks/post-merge
## Dependencies ## Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment