Hello all,
today I received a suggestion to add all code from examples, etc to repository, so it would be easier for developers to get it and also submit changes.
I haven't used Git hub, I'm an SVN user so I used GoogleCode before. But what do you developer's vote for? Where should I better submit code, where do you want to see examples, classes, frameworks?
Basically what do you use?
Comments
I wonder if I sent you that suggestion
@___ then it means I know your real name
o I shouldn't have said that. 8-}
For example I have Ace.Slide as lua module and Slider as instantaniable Gideros class. Should I create them as separate branches of same repo or create new repo for each of them?
And how should I create a new branch in Github?
No, not branches, not at all. They should be in separate folders, or repos. I'd choose one of those 2. Probably folders...
What could be branches is - you've written Ace.Slide as a package, and now you're rewriting Ace.Slide as Classes. You should create a new branch, something like "oop-version", and work on it. When it's done, and you want it in the main repo, merge it with the master branch.
There's no "how to create in Github". It's done locally from your git repo. You just need to push that branch manually*.
All this goes something like:
Well it's exactly like that. Slider is an OOP version of Ace.Slide.
Ok I'll try it
https://github.com/ar2rsawseen
Take care.
Likes: ar2rsawseen, gorkem, loves_oi
http://try.github.com/levels/1/challenges/1