added stuff to README
This commit is contained in:
parent
c0119b871f
commit
3b099627fe
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -2,7 +2,16 @@ This is my $HOME
|
||||||
================
|
================
|
||||||
|
|
||||||
It is a special configured repository where every file is ignored in
|
It is a special configured repository where every file is ignored in
|
||||||
.gitignore. Only files I am sharing to users/systems are "unignored".
|
.gitignore. Only files I am sharing accross users/systems are "unignored".
|
||||||
|
|
||||||
This repo is for my personal use only. Feel free to take look... ;)
|
This repo is for my personal use only. Feel free to take a look... ;)
|
||||||
|
|
||||||
|
Clone to your $HOME
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
cd ~
|
||||||
|
git init .
|
||||||
|
git remote add -t \* -f origin https://github.com/hanez/home.git
|
||||||
|
git checkout master
|
||||||
|
|
||||||
|
Existing files will not be overwritten!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue