Developer loop from command line using [ubuntu_16.04_x64 omega deps] as a base image - Zacorich/omegacoin GitHub Wiki

-- on github go to https://github.com/omegacoinnetwork/omegacoin and press "Fork" in to right corner
-- so your own fork will appear here: https://github.com/omegacoinnetwork/omegacoin/network/members
-- !!! so you can commit and push to your own fork and finally create pull requests here: 
-- https://github.com/omegacoinnetwork/omegacoin/pulls
cd ~
git clone <Your github fork https link(example: https://github.com/Zacorich/omegacoin.git)>
cd ~/omegacoin
git remote remove origin
git remote add origin <Your github fork https link(example: https://github.com/Zacorich/omegacoin.git)>
git remote remove upstream
git remote add upstream https://github.com/omegacoinnetwork/omegacoin.git
git remote -v
-- pull from your fork
git pull origin master
-- change code by implementing on of the feature here - https://trello.com/b/ZoeSmaeh/omega-governance
-- commit changes to your local branch with detailed comment message
-- push to your forked github repo origin 
-- finally create pull request from here https://github.com/omegacoinnetwork/omegacoin/pulls and explain what was changed
-- in details for further code review
-- wait for code review 
-- correct your code to pass code review and update your pull request
-- your code is pulled into https://github.com/omegacoinnetwork/omegacoin main repository and will be included in next
-- wallet release version