Using Git Command line to work with CodebaseHQ.
Commands :
1. SSH
$ ls ~/.ssh
$ ssh-keygen
$ git config --global user.name "Name"
$ git config --global user.email youremail.com
2. Cloning the repo.
$ git clone gitrepourl
$ git init
3. Adding code and pushing the code
$ git status
$ git add .
$ git commit -m "message"
$ git push or git push master origin
4. Getting new changes and pulling the latest code.
$ git pull
Nesta página do site você pode assistir ao vídeo on-line Working with Git in CodebaseHQ duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Siva Ganesh 06 Dezembro 2014, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,089 vezes e gostou 1 espectadores. Boa visualização!