Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.24 KB

File metadata and controls

37 lines (27 loc) · 1.24 KB

< Develop

Contributing: Create your own Fork of the project

Prerequisits

Any of the OpsTool projects you work on will need to first have a SailsJS environment and the OpsPortal installed on your local development machine. Be sure to do that before you continue on.

Create your own fork of a project.

  1. Log into GitHub under your account:
  2. Visit the GitHub repository you want to work on
  3. Click [Fork] Fork Project
  4. if you are part of multiple organizations then choose which one (probably personal) Fork Project to personal
  5. You will be taken to YOUR copy of the project Your Copy
  6. Get the URL to your copy Your URL
  7. now Git clone into your OpsPortal directory:
# from your Sails directory
$ cd node_modules
$ git clone https://your/git/url/[project].git 
$ cd [project]
$ git checkout -b develop
$ git pull origin develop

Now you're ready to get to work!

< Develop
Next: [Keep your Fork up to date >] (develop_contribute_sync.md)