krka/Ardor3D
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Add this to .git/config
[svn-remote "svn"]
url = http://ardorlabs.svn.cvsdude.com/Ardor3Dv1
fetch = trunk:refs/remotes/trunk
To sync with ardor:
git checkout master
git svn fetch
git svn rebase
git pull
git push
git checkout fearless
git pull
git merge master # resolve any conflicts
git push