all repos — website @ 9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e

My website

Remove categories taxonomy

Alan Pearce
commit

9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e

parent

7e676dff6df605b7f05401b0a437db3038ea4575

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M content/post/git-cloning-similar-repositories.mdcontent/post/git-cloning-similar-repositories.md
@@ -3,7 +3,6 @@ description = "Speed up cloning of similar git repositories"
title = "Cloning Similar Git Repositories" date = 2014-06-22T08:35:24Z [taxonomies] -categories = ["development"] tags = ["git"] +++ With multiple similar git repositories, for example where a base repository contains a framework or base system installation and other repositories are created from that repository, it's possible to save some time when cloning down another repository by using the `reference` option to [git-clone][]: