I've got my git repo here:
http://github.com/nicksergeant/finisht/tree/master
Which, at the root, has two sub-dirs:
/finisht
/static
When this was in SVN, /finisht was checked out in one place, while /static was checked out elsewhere, like so:
svn co svn+ssh://[email protected]/home/admin/repos/finisht/static static
Is there anyway to do this with git?