Mar 31
Start using a remote server to backup / distribute a local app:
# On the server, to avoid having copies of local files. git --bare init # On the client. git remote add origin ssh://hostname/path/to/repo git push origin master