git-multimail is a tool intended to be set up as a post-receive hook that sends notification emails for each push. It can send a summary email for the push and/or individual emails for each commit being pushed.
Lire la suite...
Slides used in a training
Lire la suite...
Git with a .htaccess and a CGI script
Sommaire Setting-up CGI Scripts Getting some configuration Setting-up Authentication Creating an empty Git reposito Serve the repository using Installing Gitweb Running git gc Since version 1.6.6, Git is able to tunnel its native protocol through HTTP or HTTPS, which makes roughly as efficient over HTTP than it is over SSH. This is often called “smart HTTP”. While I like SSH, I sometimes have co-workers behind a firewall, who do not have SSH access. In these cases, HTTP is the solution. Standard installation instructions for smart HTTP are available in man (...)
Lire la suite...