Hi,
I was going through git work flow https://musescore.org/en/developers-handbook/git-workflow and came across the step of forking . It said you have to fork and then clone the repository on your own system . Unaware of the work flow yesterday , I cloned the repository directly without forking and then compiled using it only . Will it cause any problems ? |
Administrator
|
It will cause some problem if you want to contribute. You can fork the repo by pressing the fork button on github https://github.com/musescore/MuseScore it will create the fork on your account. Then change the URL of your git remote. upstream should point to MuseScore origin should point to your fork Use something like git remote set-url origin yourrepourl git remote add upstream musescorerepourl git remote -v (to list the remotes) 2016-03-10 12:25 GMT+04:00 salil <[hidden email]>: Hi, ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
Yes that would be be best. The unforked repo on your system serves no useful purpose. On Thu, Mar 10, 2016 at 1:57 AM salil <[hidden email]> wrote: Yes i want to contribute , so should i recompile again using the cloned ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ Mscore-developer mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/mscore-developer |
Free forum by Nabble | Edit this page |