git

Here is a presentation presented at the tools forum in Tiakal explaining Git - a distributed version control system, now becoming very popular. It discuses the internals of how Git stores its information and gives examples of how complex scenarios of version management can be easily solved with Git

ittayd 01/06/2008 - 09:46

A presentation of Git with the use of Tinker-Toy to represent what's going on.

ittayd 27/10/2011 - 13:34

.

ittayd 04/10/2011 - 12:47

http://sandofsky.com/blog/git-workflow.html

 

The article explains how to use git's powerful history rewrite to get both the ease of developing in feature branches and a clean history that is important for a large codebase/team

ittayd 02/08/2011 - 07:37
git, git

"Many development teams are used to making heavy use of branches in version control. Distributed version control systems make this even more convenient. Thus one of the more controversial statements in Continuous Delivery is that you can’t do continuous integration and use branches. By definition, if you have code sitting on a branch, it isn’t integrated. One common case when it seems obvious to use branches in version control is when making a large-scale change to your application. However there is an alternative to using branches: a technique called branch by abstraction."

lior.kanfi 17/07/2011 - 17:14

"Git is great for social coding and community contributions to open source projects: contributors can try out the code easily, and there can be hordes of people all forking and experimenting with it but without endangering existing users. This article presents some examples with the Git command line that might help build your confidence with this process: how to fetch, pull and merge, and how to back out of mistakes."

 

http://blog.springsource.com/2010/12/21/git-and-social-coding-how-to-mer...

ittayd 26/12/2010 - 10:25
git, git

http://github.com/sitaramc/gitolite

 

Gitolite is an access control layer on top of git, which allows access control down to the branch level, including specifying who can and cannot rewind a given branch.

ittayd 12/09/2010 - 21:03
git, git
Syndicate content