On 02/16/2012 11:30 AM, Andrew wrote:
> Git is enough simple and very powerful system. It may look like too
> difficult - but it isn't too hard to understand. Look at commit like a
> patch, and on branch like a sequence of patches - it'll be easier to
> understand git in that way.

http://gitref.org/

How to Think Like Git
This first thing that is important to understand about Git is that it 
thinks about version control very differently than Subversion or 
Perforce or whatever SCM you may be used to. It is often easier to learn 
Git by trying to forget your assumptions about how version control works 
and try to think about it in the Git way.
...
If you think about Git as a tool for storing and comparing and merging 
snapshots of your project, it may be easier to understand what is going 
on and how to do things properly.

-- 
Mike Noyes
http://sourceforge.net/users/mhnoyes
https://profiles.google.com/mhnoyes

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to