svn2git – How To – svn2git not found
I have tried to move a svn repo to git thismorning and have been having great trouble. Firstly, I work from a Mac. This is not by choice, but was my only option. It was that or paper and pen.. Now I have been working here for a while I have a linux build in […]
In: Server Config, Web Development · Tagged with: git
Github public key authentication rejected
So you just added another public key to your github account so you can deploy your app on your new server. You jump down into a folder you want to put it into (/var/rails) in my case. You notice you need to add sudo to the front so that git can create the folder it […]
In: Server Config · Tagged with: git, Github
Add Github to your Gem Sources
If you tried installing a gem from github and got ERROR: could not find gem <gemname> locally or in a repository Then you need to do the following gem sources -a http://gems.github.com That should set you up for all GitHubs glory.
In: Web Development · Tagged with: git
Git – GitHub – Using Git
So we have finally made the move to Git. Albeit slowly. git add . Add files to git
In: Web Development · Tagged with: git, Github