Local Development - 2 source code repositories?

Re: Local Development - 2 source code repositories?

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

The whole point about git is that it is distributed, which means that it is designed to let you track your local changes while merging in developments that happen elsewhere.

If you are used to client-server version control like SVN or CVS, then it takes a while to understand the distributed model, but one you get it, you will not want to go back wink

There are many good guides to git online, so Google, and start reading.