Category Archives: Source Control

Some notes for git

I switched from Perforce to git for personal projects a while back and these were some notes I jotted down as I was getting going. Once I had my project going, I wanted to clone it to a bare repository: git clone –bare project_name …and then copy it to my server: scp -r project_name.git john@governor:repos […]

Also posted in git | Tagged , | Comments Off on Some notes for git