We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install git on your local boxes
Create an account in github
Create ssh keys.Follow steps provided https://help.github.com/articles/generating-ssh-keys#platform-windows
Create a new git repo
Clone the repository to your local machine 1. copy ssh git url 2. git clone {url}
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