
7 Jul
2008
7 Jul
'08
4:25 a.m.
For the last several weeks I've been doing my work in the epmd branch. I merged all those changes with the master branch tonight and deleted it. If you were on the epmd branch you can: git checkout master ;;gets you back on master branch git pull http://common-lisp.net/project/erlang-in-lisp/git master ;;gets latest changes Or if you are on the master branch already, the previous pull (or make pull) will fetch the latest changes as usual. This is still pretty SVN-ish behavior, but hey, it works for now. --matt