From 2775173bf7f5ffca6f7facd5f6f1d0130edda986 Mon Sep 17 00:00:00 2001 From: Bryan Morales Date: Wed, 26 Jun 2019 14:13:12 -0600 Subject: [PATCH 1/2] Add "git - the simple guide" --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4208ef8..59c8cc4 100644 --- a/readme.md +++ b/readme.md @@ -505,6 +505,7 @@ ## Git * [git-attitude.fr](http://www.git-attitude.fr/) + * [git - the simple guide](https://rogerdudler.github.io/git-guide/) ### Specific Resource * [Visual way to learn Git Branching](http://pcottle.github.io/learnGitBranching/) From b28effdc643610a17441fa9da52e684bfdb80ff1 Mon Sep 17 00:00:00 2001 From: Bryan Morales Date: Wed, 26 Jun 2019 14:21:03 -0600 Subject: [PATCH 2/2] Add "Deploying a React App to GitHub Pages" --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 59c8cc4..0fd3ada 100644 --- a/readme.md +++ b/readme.md @@ -239,6 +239,7 @@ * [The Benefits of Server side rendering over client side rendering](https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8) * [How to build yourself a Redux](https://zapier.com/engineering/how-to-build-redux) * [A Cartoon Introduction to Redux](https://code-cartoons.com/a-cartoon-intro-to-redux-3afb775501a6) + * [Deploying a React App to GitHub Pages](https://github.com/gitname/react-gh-pages) ### React Native * [reactnative.training](http://reactnative.training/)