GIT

Update all GIT managed document folders

My team use GIT to manage all project related documents, including quotation, sales order, invoice, SOW, module, theme, features, etc... So how to update all local GIT clone as update with other team members become a nightmare...

This script simply solve this problem:

Gitorious on Ubuntu 12.04 mini-HOWTO

Gitorious provides open source infrastructure for hosting open source projects that use Git. This mini-HOWTO will guide you though the installation procedure on Ubuntu 12.04.

Before start I will assume you have a clean Ubuntu Server 12.04 installed with minimal packages requirement. It is strongly recommend to install on a new host, as it will modify a lot of default settings ;-)

HOWTO create GIT repository for Trac on Debian

Setting up a public GIT repository is a bit complicated when compare with my previous CVS experience. From 8 ways to share your git repository I choose to use gitosis as solution when combine with Trac. The following material are mainly based on Hosting Git repositories, The Easy (and Secure) Way. We will also install git-daemon-run for anonymous public access.

A quick cheat sheet for pantarei-siren GIT

Project Trac page:

Clone GIT repository as anonymous:

  • git clone git://pantarei-design.com/git/pantarei-siren
  • git clone -b 1.0.0-alpha1 git://pantarei-design.com/git/pantarei-siren

Create an archive from local git code:

Subscribe to RSS - GIT