Joined May 2011
·
Posted to
git clone github:user/repo
over 1 year
ago
I have at least 20 hosts defined in my .ssh/config but it never occurred to me to add github! Thanks for this.
Posted to
Setting up a PHP environment on Ubuntu
over 1 year
ago
Having to install Apache just to do some PHP development is one of the reasons I prefer Python. By the way, doesn't PHP 5.4 include a built in web server?
Posted to
Keep a git fork up to date
over 1 year
ago
I usually don't bother updating my fork, I just create a new branch:
git fetch upstream && git checkout upstream/master -b new_featrue
and work from there.
Posted to
Remove passphrase from private key
over 1 year
ago
I wouldn't recommend doing this. Instead use ssh-agent, it will store your password (or rather the decrypted key) in memory and you you'll only need to enter it on new sessions.
Posted to
Simple static HTTP server with Python
over 1 year
ago
I found this really useful when developing a webgl app. gl.texImage2D throws a SECURITY_ERR if you loaded up index.html from file://.
Achievements
281 Karma
6,094 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Lab
Have at least one original repo where C# is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Platypus
Have at least one original repo where scala is the dominant language
Github Gameoff Participant
Participated in the Github Gameoff 2012 building a game based on git concepts of forking, branching, etc
Altruist
Increase developer well-being by sharing at least 20 open source projects
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Forked
Have a project valued enough to be forked by someone else
Komodo Dragon
Have at least one original repo where Java is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Desert Locust
Have at least one original repo where Erlang is the dominant language
Python 3
Have at least three original repos where Python is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Nephila Komaci
Have at least one original repos where PHP 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
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
You can also easily rename a file/directory by typing