Skip to content
SanjanaB edited this page Dec 13, 2013 · 2 revisions
  1. Install git on your local boxes

  2. Create an account in github

  3. Create ssh keys.Follow steps provided https://help.github.com/articles/generating-ssh-keys#platform-windows

  4. Create a new git repo

  5. Clone the repository to your local machine 1. copy ssh git url 2. git clone {url}

  6. Steps to push code

1. Make changes to your file
2. git add .
3. git commit -m 'commit message'
4. git pull --reb
5. git push

Clone this wiki locally