Archive for the ‘git’ Category

Because GitHub is cool and sourceforge isn’t. (And i like to manage my submodules via git)

Create your dir of choice
git init
git svn init -T  <svnrepo>
git svn fetch
git gc (to speed things up)
git remote add origin <yourgitpushurl>
git push origin master

Can’t they just make it fast???

Diclaimer: I shamelessly copied this article from freshsauce.
Here’s how to set-up globally a set of excludes when using GIT, in this case setting up GIT to ignore .DS_Store files on a Mac.
First add a common ignore file to the GIT configuration, in this case stored in the users home directory called .gitignore
NOTE: you’ll need to use [...]

Needed some git magic today. Still feelin like Harry Potter VS Lord Voldemort (psssst. Hard fight, but won =)

This is about some real-life experience using git (for developing) and cvs (because you have to). Why? Because git is faster, easier, you are no longer dependent on a server and it’s just cool to leave stone age. I’m so sorry, Charlie


top

Switch to our mobile site