Git: Difference between revisions
Jump to navigation
Jump to search
m New page: *[http://www.spheredev.org/wiki/Git_for_the_lazy Git for the lazy - Spheriki] |
mNo edit summary |
||
| Line 1: | Line 1: | ||
==Links== | |||
*[http://www.spheredev.org/wiki/Git_for_the_lazy Git for the lazy - Spheriki] | *[http://www.spheredev.org/wiki/Git_for_the_lazy Git for the lazy - Spheriki] | ||
*[http://book.git-scm.com/ Git Community Book] | |||
*[http://git-annex.branchable.com/ git-annex] | |||
*[http://www.jedi.be/blog/2009/05/06/8-ways-to-share-your-git-repository/ 8 ways to share your git repository] | |||
*[http://wiki.dreamhost.com/Git#Smart_HTTP Git - DreamHost] | |||
==Gitweb== | |||
*[http://bcaccinolo.wordpress.com/2010/12/28/gitweb-configuration-the-easy-way/ Gitweb configuration, the easy way « bcaccinolo's blog] | |||
==Git-http-backend== | |||
*[http://dev.bazingaweb.fr/2011/02/23/how-to-set-up-git-over-http.html How to set up Git over HTTP] | |||
*[http://kasunh.wordpress.com/2011/01/15/git-over-https/ Git over http(s) | Kasun Herath] | |||
*[http://serverfault.com/questions/205207/ubuntu-git-git-http-backend-and-apache Ubuntu, Git (git-http-backend) and Apache - Server Fault] | |||
*[http://serverfault.com/questions/180413/authentication-for-git-push-over-http apache - Authentication for git push over http - Server Fault] | |||
==Webdav== | |||
*[http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt setup-git-server-over-http - kernel.org] | |||
*[http://thorko.de/git-over-http.html www.thorko.de Thorsten Kohlhepp - Systems administrator | Git over HTTP] | |||
*[http://blog.pkgbox.org/2011/07/setting-up-git-server-on-macos-x-lion.html my $rhaen = undef;: Setting up a git server on MacOS X Lion (reloaded)] | |||
*[http://kaeso.wordpress.com/2008/02/02/git-repository-with-apache-via-webdav-and-gitweb/ Git repository with Apache (via WebDAV) and gitweb « Aquì estamos!] | |||
*[https://bugs.launchpad.net/ubuntu/+source/git-core/+bug/231633/comments/5 Comment #5 : Bug #231633 : Bugs : “git-core” package : Ubuntu] | |||
*[http://blog.longwin.com.tw/2009/05/build-git-env-over-http-2009/ Debian Linux 架設使用 HTTP 存取 的 Git Server | Tsung's Blog] | |||
*[http://stackoverflow.com/questions/5264949/cannot-push-git-to-remote-repository-with-http-https Cannot push Git to remote repository with http/https - Stack Overflow] | |||
*[http://stackoverflow.com/questions/3947530/git-push-fatal-failed git push fatal failed - Stack Overflow] | |||
Revision as of 11:21, 22 August 2011
Links
Gitweb
Git-http-backend
- How to set up Git over HTTP
- Git over http(s) | Kasun Herath
- Ubuntu, Git (git-http-backend) and Apache - Server Fault
- apache - Authentication for git push over http - Server Fault
Webdav
- setup-git-server-over-http - kernel.org
- www.thorko.de Thorsten Kohlhepp - Systems administrator | Git over HTTP
- my $rhaen = undef;: Setting up a git server on MacOS X Lion (reloaded)
- Git repository with Apache (via WebDAV) and gitweb « Aquì estamos!
- Comment #5 : Bug #231633 : Bugs : “git-core” package : Ubuntu
- Debian Linux 架設使用 HTTP 存取 的 Git Server | Tsung's Blog
- Cannot push Git to remote repository with http/https - Stack Overflow
- git push fatal failed - Stack Overflow