thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.93k stars 200 forks source link

Support multiple repositories #285

Open arobertpk opened 2 years ago

arobertpk commented 2 years ago

Only being able to open a single repository in the app is quite limiting. It seems like some foundation is already there to support multiple ones. For example the repository you clone goes into a subdirectory of "Documents", so one could theoretically clone multiple without conflict. Similarly the Files panel looks like it could show multiple top-level folders. Other parts, such as layout and management of the Changes panel, would need to be reworked.

wtpalexander commented 2 years ago

Hi @arobertpk, it is possible to clone multiple repositories. If you cd into another folder you will then be able to use git clone to clone another repository. :)