Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.44 KB

Syndeo

Overview

Connect

Instruction

To work on this project:
  • Fork this project to your profile

- Clone it to your local machine `git clone https://github.com/YourUserName/Syndeo` - Add remote upstream repo `git remote add upstream https://github.com/Hive-Labs/Syndeo`
To contribute to this project:
  • Add all modified/new files
    git add file1 file2 file3
    (Use git status to see un-staged files)
  • Go to your profile, click on the project then click on pull request (the button underneath the project title)

To sync up with the upstream project:
  • Get update and merge:
    git fetch upstream
    git merge upstream/master

Team