Repositories
wesnoth-tc
-
Cloning this repository:
git clone git://gitorious.org/wesnoth-tc/wesnoth-tc.git wesnoth-tc cd wesnoth-tc
Add this repository as a remote to an existing local repository:
git remote add wesnoth-tc git://gitorious.org/wesnoth-tc/wesnoth-tc.git git fetch wesnoth-tc git checkout -b my-local-tracking-branch wesnoth-tc/master_or_other_branch
morningstar
Experimental Wesnoth-TC-based Qt4 application.
-
Cloning this repository:
git clone git://gitorious.org/wesnoth-tc/morningstar.git morningstar cd morningstar
Add this repository as a remote to an existing local repository:
git remote add morningstar git://gitorious.org/wesnoth-tc/morningstar.git git fetch morningstar git checkout -b my-local-tracking-branch morningstar/master_or_other_branch

