Twitter Weekly Updates for 2010-08-29

by David on 29/08/2010

The cloud cometh http://yfrog.com/n83vcdj # I keep being intrigued by people using Vim & Emacs – but why should I bother taking the time to learn a new editor? What's the benefit? # Guardian is getting somewhat technical. But, emacs has a better LaTeX mode. http://tweetphoto.com/41277277 (via @beng) # We put the rascal down for [...]

{ 0 comments }

Git deployment workflow using tags

12.08.2010
Thumbnail image for Git deployment workflow using tags

Up until now we’ve been hacking git branches to handle our master -> QA -> staging -> production workflow. This meant that the typical development to production deploy required a sequence like: git pull –rebase git push git checkout staging git pull –rebase git rebase master git push cap staging deploy – check site in [...]

Read more