From 29254f76ddc98e16dfa63bd2e0599cd1c51fcdd8 Mon Sep 17 00:00:00 2001 From: Eyar Zilberman Date: Sun, 28 Apr 2019 22:13:14 +0300 Subject: [PATCH] Update git.md Added two links to Git-related blog posts --- docs/git.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/git.md b/docs/git.md index 104d9a8a..f2155997 100644 --- a/docs/git.md +++ b/docs/git.md @@ -16,4 +16,6 @@ * [dzone.com: Git Commands Tutorial - Part 1](https://dzone.com/articles/git-commands-tutorial-part-1) * [dzone.com: Git Commands Tutorial - Part 2](https://dzone.com/articles/git-commands-tutorial-part-2) * [Dzone refcard: Getting started with Git](https://dzone.com/refcardz/getting-started-git) -* [Oh shit, git!](https://ohshitgit.com/) \ No newline at end of file +* [Oh shit, git!](https://ohshitgit.com/) +* [How to Get More Out of Your Git Commit Message](https://datree.io/blog/git-commit-message-conventions-for-readable-git-log/) +* [10 useful Git commands you wish existed – and their alternatives](https://datree.io/blog/useful-git-commands-list/)