From b82c6a81dfccb2511d0a5ca571c593101ed3a727 Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Sun, 17 Sep 2017 11:23:16 +0700 Subject: [PATCH] Add Version Control Systems section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f191846..6d7fb1a 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [Jepsen: how different databases behave under partition](https://aphyr.com/tags/jepsen) - :scroll: [Fallacies of Distributed Computing Explained](http://www.rgoarchitects.com/Files/fallacies.pdf) +### Version Control Systems +- :page_facing_up: [A successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/) + + ### RegExp - [RegexHQ](https://github.com/regexhq) - [Learn regex the easy way](https://github.com/zeeshanu/learn-regex.git)