
Microsoft Team Foundation Server
Team Foundation Server (commonly abbreviated TFS) is a Microsoft offering for source control, data collection, reporting, and project tracking, and is intended for...
Git Server lets you host your Git repositories on your iPhone/iPad/iPod touch! *** You may need to use the Git command line to pull/push your source code, since smart...
git server lets you host your git repositories on your iphone/ipad/ipod touch!
*** you may need to use the git command line to pull/push your source code, since smart http is not supported.
now you can bring your git repositories wherever you are! push your source code to your ios device before leaving the office and pull it to your desktop computer when you are back home, without worrying about the synchronization.
access your source code wherever there is wifi access, perform push/pull/branch operations whenever you need.
git server provides password protection, so you can restrict who can read from (clone/fetch) or write to (push) the repositories.
background mode is available so that you can keep the git service running when the ios device screen is locked.
there is also a builtin ftp server which can be handy when you need to copy media files, documents or other files.
* faq
q: what should i for "error: cannot access url http://ipaddress:8080/project.git/ , return code 22"?a: you've probably enabled the password protection but your git client failed to provide the correct authentication information, please use "git remote seturl origin http://username@ipaddress:8080/project.git" to make sure that your git client provides the correct username
q: how to change my git url when the git server ip changes?a: you can use the "git remote seturl origin *newurl*" command to change the git url, you can also map the git server ip to a host name in the hosts file of your desktop computer and use the host name in your git url, change the ip in the hosts file when the git server ip changes
os >= 6.0
git github-integration git-gui git-host