Joined May 2011
·
Achievements
85 Karma
412 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Raven
Have at least one original repo where some form of shell script is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Forked
Have a project valued enough to be forked by someone else
Narwhal 3
Have at least three original repos where Clojure is the dominant language
Narwhal
Have at least one original repo where Clojure is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
I have the following two .. adjustments .. to the above.
git svn clone svn://servervcs/Project/ -T trunk -b branches -t tags --prefix=origin/
git checkout -b local/feature_branch origin/feature_branch
Nice intro to git svn .. never let svn keep you down! :-)