So that we can keep the master branch clean, I've set up a new branch
specifically for js work, named newjs.
To work with it,
git fetch origin
git branch newjs origin/newjs
git checkout newjs
Code on the branch isn't guaranteed to build.
Eventually, once all the work is done, I'll merge it into master,
squashing most of the commits into one large commit, so as not to
pollute the history with commits that will not build.

-- Chris
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to