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.
*WARNING: This will overwrite your existing files.*
```
cd
git clone --bare https://www.shore.co.il/git/rcfiles .git
sed -i '/bare/d' .git/config
git reset --hard
git init
git remote add origin https://www.shore.co.il/git/rcfiles
git fetch
git reset --hard origin/master
git branch --set-upstream-to=origin/master
git bull
Documents/bin/install-git-hooks
```
.githooks/post-merge
## Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment