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 <salilkhandel...@gmail.com>:

> 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 ?
>
>
>
> --
> View this message in context:
> http://dev-list.musescore.org/Git-Workflow-tp7579635.html
> Sent from the MuseScore Developer mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> 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
> Mscore-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
------------------------------------------------------------------------------
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
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to