Home » Git

Git

Tutorials and howtos on git configuration and usage.

[Dec 26, 2011 | Views: 35,354]
Git server throught SSH is easy and fast to set up, although every user will have accesses to all repositories in the git server and every user is administrator. This ... read more »
[Nov 22, 2011 | Views: 4,976]
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 1, 2011 | Views: 9,103]
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 »
[Oct 30, 2011 | Views: 2,100]
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 »
[Oct 14, 2011 | Views: 736]
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 »
[Oct 13, 2011 | Views: 803]
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 »
[Oct 13, 2011 | Views: 13,068]
Gitosis is a software for hosting git repositories witten by Tommi Virtanen. It manages multiple repositories under the same user account. It uses SSH public keys to identify users. Users ... read more »