Home » Linux Tutorials » Git

Git

Tutorials and howtos on git configuration and usage.

[Feb 28, 2013 | Views: 19,663]
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 »
[Feb 14, 2013 | Views: 98,340]
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 »
[Jan 24, 2013 | Views: 1,739]
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 »
[Dec 25, 2012 | Views: 22,299]
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 »
[Nov 27, 2012 | Views: 7,189]
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 »
[Nov 27, 2012 | Views: 1,241]
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 »
[Nov 27, 2012 | Views: 5,021]
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 »