thebaselab / codeapp

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

git support when working with remote repository #544

Closed bastian1209 closed 1 year ago

bastian1209 commented 2 years ago

Git control (source control) only supports for local repositories in Ipad now. I usually work with remote repository using ssh connection, but it is not available to watch version changes. Supporting git for remote repository would be very nice feature for this app. Thank you!

bummoblizard commented 2 years ago

That's a great idea and I might be able to implement it. For now, you can use the command line git.

bummoblizard commented 1 year ago

Closing in favour of https://github.com/thebaselab/codeapp/issues/886