Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 620 Bytes

Terminal-T2

Each developer should fork the primary Git repository for their work. All developers should then checkout a local copy of the master branch to begin work -

git clone git@github.com:username/GitTrial.git
git remote add upstream git@github.com:RTRShaders/GitTrial.git

For any work pull requests must be created for individual tasks and submitted for review -

git checkout master
git pull upstream master
git checkout -b <new-issue-branch> master
git push origin <new-issue-branch>

sdfsf sfsf