I have the following folders on my computer:
/home/user/git/eclipse-project
/home/user/eagle/eagle-project
The Eclipse Project and the Eagle Project belong to the same task and I have one remote git repository at my university where i shall upload the code. How is it possible to upload the code to the university-git like
/university-git/eclipse-project
/university-git/eagle-project
without changing the folder structure on my computer (eagle needs the files where they are, and i do not want to move the eclipse project into my eagle workspace)