thebaselab / codeapp

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

Add local git (FR) #865

Closed talaviram closed 1 year ago

talaviram commented 1 year ago

While there is some git functionality, For my usage at least, a binary git available on the terminal would be much appreciated.

My rationale(s):

This would also provide a workaround to others needing some "advanced" git features that aren't that simple from UI.

bummoblizard commented 1 year ago

A git like command lg2 was added in https://github.com/thebaselab/codeapp/commit/e5a503a66fd4a517e6660f0942868a8abf3b6c99. It will be available on TestFlight soon.

talaviram commented 1 year ago

Thank you so much! I've just discovered it and it looks awesome. I've opened another issue related: https://github.com/thebaselab/codeapp/issues/916

Feel free to close this issue. I guess aliasing lg2 to git would make things (and scripts) easier but would falsely imply this is git rather than a git complaint.

bummoblizard commented 1 year ago

Aliasing can cause problems with certain commands. Let's pop a notification suggesting lg2 when a user tries to run git instead.

bummoblizard commented 1 year ago
image