Suggest development environment - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: Suggest development environment (/showthread.php?tid=552) |
Suggest development environment - ejimenez - 01-14-2017 What would be the addecuate workflow for contributing to coreBOS. The Git part has me suffering. I already made a fork of the project on my account on GitHub. Also created a local repo based on the my GitHub repo. The thing is, in order to test my code I have to make an install of my local repo. What would be the appropriate procedure to do that without 'damaging' my local repo. I say this because installing will rename and modify original files. After installing, 100+ changes keep showing on git and I do not know how to deal with that. Moreover, if I have a working branch, how can I sync the latest changes made from you without loosing my work in progress. I know git is good at doing this, the thing is, what git commands should I use? I would like to request a detailed git command workflow, since I am new to git, and would like to contribute to this project. Thanks in advance. RE: Suggest development environment - joebordes - 01-15-2017 I wrote this article to see if it can shed some light: http://corebos.org/documentation/doku.php?id=en:devel:contribute These are important also: http://corebos.org/documentation/doku.php?id=en:devel:commitguidelines http://corebos.org/documentation/doku.php?id=en:devel I invite you to join our gitter group and ask for help and guidance https://gitter.im/corebos/discuss RE: Suggest development environment - ejimenez - 01-19-2017 Thanks |