Posts tagged with source code
Sharing git branches
Dennis - September 15th, 2008
Published in Programming
I’ve been learning git lately. Here are a few tips for sharing branches I’ve collected during the past few weeks.
Create a branch
In git, branches are stored on your local machine. Even the commonly named “master”, is just a branch on your local machine. Master is simply set up to track a branch [...]
No Comments
Formatting Source Code with Wordpress
Dennis - June 17th, 2008
Published in Miscellaneous
Sometimes you get used to doing things one way and you forget to take a step back now and then and see if there isn’t something you’re missing. In my case, I was formatting source code on this blog by putting html non-breaking spaces and < codes for angle brackets etc. Ouch. [...]