Working with Git in CodebaseHQ

Published: 06 December 2014
on channel: 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


On this page of the site you can watch the video online Working with Git in CodebaseHQ with a duration of hours minute second in good quality, which was uploaded by the user Siva Ganesh 06 December 2014, share the link with friends and acquaintances, this video has already been watched 1,089 times on youtube and it was liked by 1 viewers. Enjoy your viewing!