Working with Git in CodebaseHQ

Publicado el: 06 diciembre 2014
en el canal de: Siva Ganesh
1,089
1

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


En esta página del sitio puede ver el video en línea Working with Git in CodebaseHQ de Duración hora minuto segunda en buena calidad , que subió el usuario Siva Ganesh 06 diciembre 2014, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,089 veces y le gustó 1 a los espectadores. Disfruta viendo!