From 4d06afd517be57aefb945c0d3d0eca114bb4ff23 Mon Sep 17 00:00:00 2001 From: shyam saini Date: Wed, 25 Nov 2015 06:58:21 +0530 Subject: [PATCH] Link to one of the most interactive tutorial for Git and Github is added This tutorial is more interactive for absolute beginners --- PR-Guidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PR-Guidelines.md b/PR-Guidelines.md index a637748..f04af01 100644 --- a/PR-Guidelines.md +++ b/PR-Guidelines.md @@ -9,4 +9,5 @@ # Tutorials 1. [GitHub](https://www.youtube.com/watch?v=Fwdg8-thBAc) -2. [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) \ No newline at end of file +2. [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) +3. [Git and GitHub tutorial from udacity ](https://www.udacity.com/course/how-to-use-git-and-github--ud775)