-
Notifications
You must be signed in to change notification settings - Fork 109
Finding Your Files
rtyley edited this page Oct 1, 2012
·
12 revisions
The default location for Agit to save repositories is [sdcard]/git-repos/[repo]
- so you should be able to find your repos at a path like this (depending on where your phone mounts the SD-card, e.g. /data/sdcard
, /mnt/sdcard
, or even /Root
if your device doesn't have an sdcard):
/mnt/sdcard/git-repos/mongo.git -- a 'bare' repository
/mnt/sdcard/git-repos/postgresql -- a normal 'working directory' folder
Note that bare repositories only have a Git database folder (usually named with a '.git' suffix) - and not your working directory with all the files you'd normally expect to see in your repository. Use a non-bare Clone if you want to see your files.
- Features
- SSH & HTTP support
- Bare-Repos & Finding-Your-Files
- Memory usage
- Reporting-Bugs
- Contributing