From b85df0ed658dc212181fe3ca5429ce9db8d5ad92 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 1 Feb 2016 21:33:00 -0600 Subject: [PATCH] Add a source to the latest til --- git/find-the-initial-commit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/find-the-initial-commit.md b/git/find-the-initial-commit.md index 96fc079..de74d7c 100644 --- a/git/find-the-initial-commit.md +++ b/git/find-the-initial-commit.md @@ -14,3 +14,5 @@ root commits. Generally, a repository will only have a single root commit, but it is possible for there to be more than one. See `man git-rev-list` for more details. + +[source](http://stackoverflow.com/questions/5188914/how-to-show-first-commit-by-git-log)