git repo for ~/public_html

vielmetti 2014-10-14 07:47:47 -07:00
parent 9740583a33
commit af71af781c
1 changed files with 5 additions and 1 deletions

@ -21,3 +21,7 @@ Use `sshfs` to create a remote filesystem through SSH; then your local machine c
### `git` and a private repository ### `git` and a private repository
Use `git` to add your home directory as a project, then back up what you have to your favorite git repository. You'll probably want to make that repo private. Use `git` to add your home directory as a project, then back up what you have to your favorite git repository. You'll probably want to make that repo private.
### `git` and a public repository
Use `git` to add your `~/public_html` directory as a project, then back up what you have to your favorite git repository. You're probably OK with making that repo public.