Skip to content
bcd edited this page Sep 13, 2010 · 4 revisions

This is the wiki page for FreeWPC on github.

Nearly everything you want to know about FreeWPC can be found on the main website . Over time, as the need arises, I may start posting more information here as well.

github specific information

When cloning the repository, I get a ’’’cannot checkout directory’’’ error.

github clone tries to checkout the branch named ‘master’, which does not exist. The cloning (downloading) to your system works OK.
Just run “git checkout -b dev origin/dev” afterwards to see the files on the latest branch.

- Brian