Google code or GIT to host skin. Any preference?
#16
use git rm.
Reply
#17
http://git-scm.com/documentation
Reply
#18
That's why I've swapped over to using TortoiseSVN - simple Right-Clicks to commit, checkout, etc.
Reply
#19
Now that Github supports SVN, you can use tortoise with it Wink
Reply
#20
From the developer stand-point, git and svn are essentially the same. Where git shines, at least in an XBMC like usage models, is when a large "modding" community adopts a skin. Mmm, cherry picking.
Reply
#21
Maxoo Wrote:Now that Github supports SVN, you can use tortoise with it Wink
But it's read only.
Reply
#22
Spiff asked me this:

Quote:>> finally a request; can you please ditch the skin.night subdir in your
>> git? it makes it tons easier on me since i can then clone your git
>> directly in a subdir of the backend git.

I assume this means get rid of the parent folder "skin.night" so when you get pull you'd get all the files no longer packaged in the "skin.night" folder.

I spent like 2hrs last night trying to upload files so that it wouldn't put them in a parent folder but couldn't get it right...



These are the steps I'm following:
Quote: mkdir nightaddon
cd nightaddon
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email][email protected]:bartowski/nightaddon.git[/email]
git push origin master

Everything I tried so far still creates a parent folder. Any tips?
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Google code or GIT to host skin. Any preference?0