Skip to content

Instantly share code, notes, and snippets.

# The set of commands to update the develop and master branches on a dreamhack, while pushing
# any changes to a personal fork. NOTE: assumes all uncommitted changes are stashed.
# update dw-free
cd $LJHOME
git fetch dreamwidth
git checkout develop && git pull --ff-only dreamwidth develop:develop
git checkout master && git pull --ff-only dreamwidth master:master