Skip to content

ManishaDeshmukh/GitTrial

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%