I wrote an app!
-
Recent Posts
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Categories
-
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 […]