Mittwoch, 29. April 2015

Using Git on Android

I need urgend a version control for my development at Android and several PCs at home and give git and github a second chance.

I installed "SGit" and "Git" Apps and wondered, were SGit stores the data, because you cannot configure it.

I found it in the git archive of SGit: Files are stored at:

/storage/emulated/legacy/Android/data/me.sheimi.sgit/files/repo/<repo-name>

Just edit them there. But you have to add every file manually for committing, if you use another editor than the buildin of SGit.

So I have to learn even more about how to handle Git archives...

I use a second App "Git" to check, if the data are really tranferred to Git archive. "Git" cannot push (update, checkin) the archive, only pull (get, retrieve) of files is possible. But thats perfect for my tests, and it can show History, what seems to be impossible for SGit.

Keine Kommentare:

Kommentar veröffentlichen