Quick list of the Git commands.
On the remote server:
$ mkdir /home/scm/app.git $ cd /home/scm/app.git $ git --bare init |
On your local Git repository:
$ git remote add origin ssh://domain.com/home/git/app.git $ git push origin master |
Useful commands:
git config --add hooks.mailinglist "mail@domain.org" |