Alternative git workflow for android #50
samchencode
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very uncommon situation. I'm running GrapheneOS on Android with multiple user profiles. I ran into many obstacles with the android workflow proposed.
Solution: I installed mgit from fdroid, set up ssh keys, and set the default git directory to /storage/emulated/{user_id}/Documents and cloned from git into that directory. Then I set the Logseq graph to .../Documents/{repo_name}. mgit allows me to push and pull commits, albeit requiring me to start the mgit app.
I was surprised there was another git workflow on Android that did not involve typing code into Termux, so I thought I'd share.
Beta Was this translation helpful? Give feedback.
All reactions