Vernooij: Bazaar-NG: 7 years of hacking on a distributed version control system
Posted Dec 20, 2012 16:59 UTC (Thu) by
hummassa (subscriber, #307)
In reply to:
Vernooij: Bazaar-NG: 7 years of hacking on a distributed version control system by yarikoptic
Parent article:
Vernooij: Bazaar-NG: 7 years of hacking on a distributed version control system
git clone --depth 20 server:git/repo
will not get the whole tree, but just the info and files for the last 20 commits
git log # will show the last 20 commits
ls dir
cat dir/file
(
Log in to post comments)