ErMasca
ErMasca

Reputation: 741

Orchard Custom Module Development and Git

So, I started some custom module development and now i find myself trying to keep it all tidy.
I have a branch from a cloned version of the lastest Orchard, [localdev].
Then, i created another branch for my custom module. lets called it [sitemap].
Went to the Solution and created a module through the command prompt called 'sitemap' and worked on it.
Now, i want to have a standalone repository in sync with the module and perhaps upload to my github.
How can this be achieved?
Should i do it in a different order?
Ta

Upvotes: 0

Views: 110

Answers (1)

Bertrand Le Roy
Bertrand Le Roy

Reputation: 17814

Just create a repository for your module's folder. It really is that simple.

Upvotes: 1

Related Questions