Tags give the ability to mark specific points in history as being important
-
tag-2012.06
f7e40094 · · -
-
tag-2011.08
014defb2 · · -
-
submodules-are-now-subtrees
f501ece5 · ·The former submodules are now subtrees. They were created with the use of git-subtree (https://github.com/apenwarr/git-subtree.git, commit 2793ee) in the following way: $ git remote add mySubmodule URL-of-mySubmodule.git $ git fetch mySubmodule $ git subtree add --prefix=mySubtree mySubmodule/master