RSS Feeds
perldoc.perl.org search.cpan.org Linux Administrators Guide Practical mod_perl Programming [linuxtopia.org]
Perl -- For when you care enough to program the very best!
Welcome, Guest :: Blog Home | Login | Register
cd /var/git/ svn export http://svn.domain.com/trunk myapp.git cd myapp.git git init git add . git commit -m "initial import"
ssh user@ipaddress mkdir /var/git/myapp.git && cd /var/git/myapp.git git --bare init
git remote add origin user@ipaddress:/var/git/myapp.git git push origin master
git clone user@ipaddress:/var/git/myapp.git
There are no comments.