all repos — website @ 6cd6bb71da927d07caba8200bc323eb27231ea1c

My website

Normalise categories to lowercase

Alan Pearce
commit

6cd6bb71da927d07caba8200bc323eb27231ea1c

parent

f54089559e4f88852a11aa2fada0214cac98d643

M content/post/git-cloning-similar-repositories.mdcontent/post/git-cloning-similar-repositories.md
@@ -3,7 +3,7 @@ description = "Speed up cloning of similar git repositories"
title = "Cloning Similar Git Repositories" date = 2014-06-22T08:35:24Z [taxonomies] -categories = ["Development"] +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][]:
M content/post/opening-projects-with-projectile.mdcontent/post/opening-projects-with-projectile.md
@@ -3,7 +3,7 @@ description = ""
title = "Opening Projects with Projectile" date = 2014-07-12T09:12:34Z [taxonomies] -categories = ["Emacs"] +categories = ["emacs"] tags = ["emacs", "lisp"] +++