From 0827bf83464eeaca47f0ab1388304abfd9fdb323 Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 13:46:14 -0300 Subject: [PATCH] Add Git - the simple guide to the prerequisite section git - the simple guide is a good resource because provide a lot of information of the git workflow in a few minutes and it's available in 16 languages, good for someone that maybe have some difficult with English. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dcee8b..b49e404 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ You must share **only** files that you are **allowed** to! **Do NOT disrespect t The **only things** that you need to know are how to use **Git** and **GitHub**. Here are some resources to learn about them: - [Try Git](https://try.github.io/levels/1/challenges/1) +- [Git - the simple guide] (http://rogerdudler.github.io/git-guide/) - [GitHub Training & Guides](https://www.youtube.com/playlist?list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-) - [GitHub Hello World](https://guides.github.com/activities/hello-world/) - [Git Immersion](http://gitimmersion.com/index.html)