Tag Archives: git

Keep track of Linux configuration changes with etckeeper

The configuration of a linux server will change over time. Keeping track of the changes of all the configuration files can be a challenge. etckeeper is a utility that makes this easy. With the help of etckeeper, the complete /etc/ directory is placed … Continue reading

Posted in Linux Administration, Version control system | Tagged , , | Comments Off on Keep track of Linux configuration changes with etckeeper

Git repository cluster setup

When you have gitosis and a number of repositories installed on a server and need to move them to another server or you want to build a cluster to have more then one server having serving the repository. This will describe how I solved this with my gitosis repositories. Continue reading

Posted in Linux Administration, Version control system | Tagged , , , , | Comments Off on Git repository cluster setup

Setup gitosis to manage git repositories

With git you can have a repository on your client working independently and even not having any remote repository. But if you wane share your work with others, a remote repository will be needed. Such a remote repository can be easy set up. Continue reading

Posted in Version control system | Tagged , , , | Comments Off on Setup gitosis to manage git repositories