[OT] Question about Git branches

Marko Rauhamaa marko at pacujo.net
Tue Sep 16 04:21:05 EDT 2014


"Frank Millman" <frank at chagford.com>:

> You are encouraged to make liberal use of 'branches',

Personally, I only use forks, IOW, "git clone". I encourage that
practice. Then, there is little need for "git checkout". Instead, I just
cd to a different directory.

Branches and clones are highly analogous processwise; I would go so far
as to say that they are redundant.


Marko



More information about the Python-list mailing list