Set up a Git server on Android
I used an open source git server for Android app.
https://github.com/panmux/Andoird-Gitrepo
I used buddy.works to build this apk and signed with my own keystore.
The keystore password key is your nama two times.
Note:
On Gitrepo app + Create user + Add public key + Create Repositories + Add user to respositories
** You can not clone this respository now. You need to git init first.
Git init
-
Enable hotspot and 'Start' ssh server from Gitrepo
-
cd
to the the newly created git repo with Termux.
1 2 3 4 5 6 7 8 |
|
Now you can ssh clone this local.git from other devices
1 |
|
The server seems to work on iPad,
On other devide, git push
successfully but cannot changes reflected on Android.
However, if I clone that repository to another dir, it show my latest commit files.