Forker APK
最新版本
1.4.1 for Windows
更新
2015年December13日
信息
版 1.4.1 (#112)
更新 2015年December13日
APK檔案大小 1.9 MB
Android 最低版本需求 Android 4.0+ (Ice Cream Sandwich)
開發人員 phcoder
類別 效率提升 (應用)
應用 ID ch.phcoder.jigit
開發者備註 Open-source Git client
螢幕截圖圖片
點擊圖像以查看完整尺寸
最新異動
Forker 1.4.1的新功能
* Bug fixes.
* Improved responsiveness of commit search.
* Improved responsiveness of commit search.
內容描述
# Forker
A Git client for Android. Forked from [SGit](https://play.google.com/store/apps/details?id=me.sheimi.sgit). The only reason for this fork is because original seems to be abandoned.
## Notes
* All repositories are stored in `[sdcard dir]/Android/data/ch.phcoder.jigit/files/[repo name]`. If you want to delete this app, you can manually backup repositories from this location.
* The GitHub repo of this project is: [phcoder/SGit](https://github.com/phcoder/SGit).
* If you encounter any issues (bugs, crashes, etc.) and want to help improve this project, please open an issue on [GitHub](https://github.com/phcoder/SGit/issues/new) describing: what the issues are; and how they were caused, to allow for re-creation and fixing of bugs.
* This app is for Android v4.x and later. 4.4 or later or recommended, earlier versions work with reduced functionality and possibly more bugs.
## Quick start
### Clone a remote repository
1. Click on the *+* icon to add a new repository.
2. Enter remote URL (see URL format below).
3. Enter local repository name - note that this is not a path since JiGit stores all repositories in the same directory on the mobile device.
4. Username - username to use to clone the remote repo.
5. Password - password to use to clone the remote repo.
6. Click the *Clone* button.
7. If all the credentials are correct, JiGit will download the repository (all branches) to your device.
### Create a local repository
1. Click on the *+* icon to add a new repository.
2. Click on *Init Local* to create a local repository.
3. Enter the name for this repository when prompted.
4. A local repo will be created.
### URL format
#### SSH URLs
* SSH running on standard port (22): `ssh://username@server_name/path/to/repo`
* SSH running on non-standard port: `ssh://username@server_name:port/path/to/repo`
* `username` is needed - by default, Forker tries to connect as root.
#### HTTP(S) URLs
* HTTP(S) URL: `https://server_name/path/to/repo`
## To Do List
* Private key passphrase
* Commits related to a file
* Commit graph (low priority)
## License
GPLv3
A Git client for Android. Forked from [SGit](https://play.google.com/store/apps/details?id=me.sheimi.sgit). The only reason for this fork is because original seems to be abandoned.
## Notes
* All repositories are stored in `[sdcard dir]/Android/data/ch.phcoder.jigit/files/[repo name]`. If you want to delete this app, you can manually backup repositories from this location.
* The GitHub repo of this project is: [phcoder/SGit](https://github.com/phcoder/SGit).
* If you encounter any issues (bugs, crashes, etc.) and want to help improve this project, please open an issue on [GitHub](https://github.com/phcoder/SGit/issues/new) describing: what the issues are; and how they were caused, to allow for re-creation and fixing of bugs.
* This app is for Android v4.x and later. 4.4 or later or recommended, earlier versions work with reduced functionality and possibly more bugs.
## Quick start
### Clone a remote repository
1. Click on the *+* icon to add a new repository.
2. Enter remote URL (see URL format below).
3. Enter local repository name - note that this is not a path since JiGit stores all repositories in the same directory on the mobile device.
4. Username - username to use to clone the remote repo.
5. Password - password to use to clone the remote repo.
6. Click the *Clone* button.
7. If all the credentials are correct, JiGit will download the repository (all branches) to your device.
### Create a local repository
1. Click on the *+* icon to add a new repository.
2. Click on *Init Local* to create a local repository.
3. Enter the name for this repository when prompted.
4. A local repo will be created.
### URL format
#### SSH URLs
* SSH running on standard port (22): `ssh://username@server_name/path/to/repo`
* SSH running on non-standard port: `ssh://username@server_name:port/path/to/repo`
* `username` is needed - by default, Forker tries to connect as root.
#### HTTP(S) URLs
* HTTP(S) URL: `https://server_name/path/to/repo`
## To Do List
* Private key passphrase
* Commits related to a file
* Commit graph (low priority)
## License
GPLv3
評分和評論
評分:4.6 / 5 · Less than 100 票
(*) 是必須的