Git
Tutorials and howtos on git configuration and usage.
Update: Since gitosis is not maintained and supported, please check out gitolite for setting up a new git server. (see the comment from Sitaram Chamarty, the author of gitolite.)
Gitosis is ... read more »
Git and SSH are both powerful tools, and git/ssh work well together. We introduce how to set up git server via ssh in this post. Git server through SSH is ... read more »
This post is a tutorial for new users to set up git and clone and use the first repository. This post introduces how to start using git for new users. ... read more »
A method to send email notification to a list email addresses by the remote git server after every push from the client will be introduced.
After the client pushing to the ... read more »
How to manage users and repositories and how to use these repositories will be introduced in this post. Please refer to Setting Up Git Server Using Gitosis for how to ... read more »
Solutions to git server construction and management are summarised in this post. The post is keeping updating while new solutions is added to this site.
Set up git server
Setting Up Git ... read more »
We make mistakes when developing before or after committing in git. We may revert changes and fix our mistake by using git.
Revert entire working tree before committing
We can return the ... read more »