I wrote an app!
-
Recent Posts
Categories
-
Daily Archives: January 19, 2013
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 […]