Author: sj

Uncategorized

Git tutorial #1

Initialise the repository on the remote server: ssh git@yourserver.com mkdir test/project1 cd test/project1 git init –bare On the local host: cd somedir/project1 git init echo

Share