Unix is love
Posted by Felix Geisendörfer, on Nov 04, 2008 - in Everything else » Quickies
git ci -m "Updated sidebar" && git push && deploy blog && say "Done"
No, this is not pseudo code. I just ran this : ).
Also read the previous "use the terminal" post.
-- Felix Geisendörfer aka the_undefined
3 Comments
Hey Felix,
is the "deploy" stuff for Capistrano or git itself?
FreakCake: Nah it's just a PHP script that has a list of all my projects and then runs this command:
Where $cmd is something like: 'cd <project_path> && git pull'.


WOW. This looks pretty cool.