Github Workflow - elkarte/Elkarte GitHub Wiki
GitHub
To start off
- Fork the repository, clone it on your desktop client, and add the main repository too, as a remote.
- https://help.github.com/articles/fork-a-repo
Questions
- How to update my Github fork, with the changes in ElkArte/master?
- On your local master branch (for example)
git pull upstream
or,git pull upstream master
- On your local master branch (for example)