From 0827bf83464eeaca47f0ab1388304abfd9fdb323 Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 13:46:14 -0300 Subject: [PATCH 1/3] 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) From 62a63dd26e57873636d8f975747b3d9336f0e755 Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 16:02:59 -0300 Subject: [PATCH 2/3] Bumped up curriculum version to 1.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49e404..9931fed 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ The **only things** that you need to know are how to use **Git** and **GitHub**. ## Change Log -**Curriculum Version**: `1.1.1` +**Curriculum Version**: `1.2.1` To show **respect** to all of our students, we will keep a [CHANGELOG](CHANGELOG.md) file that contains all the alterations that our curriculum may suffer. From e76f224cc10c80177280eef586cc8b92635b16ee Mon Sep 17 00:00:00 2001 From: Cleberson Ramirio Date: Sun, 11 Oct 2015 16:03:24 -0300 Subject: [PATCH 3/3] Added modifications of the 1.2.1 version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ea404..3725ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.1] 2015-10-11 +### Added +- Article Git - the simple guide to the prerequisite section. + ##[1.1.1] 2015-10-11 ### Fixed - Fix typos