Working mechanism of GIT source control URL?

Working mechanism of GIT source control URL?

by Azmat Ullah -
Number of replies: 2

Can any one tell me working mechanism of GIT source control url which shown when we upload any plugin.

If I update the plugin code which is store in GitHub and source control URL already put in moodle plugin then moodle plugin(which is hosted in moodle.org) automatically update the changes? 

If yes what are the mechanism?

Thanks

Average of ratings: -
In reply to Azmat Ullah

Re: Working mechanism of GIT source control URL?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

No. The source code URL is just for information for people who want to see the evolution of your code. When you want to upload a new version of your add-on, then you need to do that manually. (But, if you code is on github, there is a shortcut.)

In reply to Tim Hunt

Re: Working mechanism of GIT source control URL?

by Azmat Ullah -

Thanks for reply!

Now if I do changes in one file in uploaded plugin. Will I upload new version after changes?