From 61f8eaab4b03d2ebaf057a8fdc89d3c632baeab0 Mon Sep 17 00:00:00 2001 From: rosaq Date: Tue, 30 Oct 2018 15:43:26 -0600 Subject: [PATCH 1/2] Adding my bio on the contrib section --- github-workshop/CONTRIBUTORS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/github-workshop/CONTRIBUTORS.md b/github-workshop/CONTRIBUTORS.md index 2ff18b7..705f1ef 100644 --- a/github-workshop/CONTRIBUTORS.md +++ b/github-workshop/CONTRIBUTORS.md @@ -60,3 +60,7 @@ - Bio: Estudiante en Ingeniería informática, trabajo como frontend y me gustan los perros. - Github: [noraprogramadoraoficial](https://github.com/noraprogramadoraoficial) + +#### Rosa Quintero +- Bio: Extranjera a dónde quiera que voy con mi playera de la leyenda "Enque l@ puedo ayudar, amante de la tecnologia y del café" +-Github: [rosaq](https://github.com/rosaq) From 4355934b780129f3132ac8b88aff8f8adcb30aec Mon Sep 17 00:00:00 2001 From: rosaq Date: Tue, 30 Oct 2018 15:53:01 -0600 Subject: [PATCH 2/2] adding more information about the blame command on git --- best-practices/starting-GitHub.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/best-practices/starting-GitHub.md b/best-practices/starting-GitHub.md index 1642038..c5f2957 100644 --- a/best-practices/starting-GitHub.md +++ b/best-practices/starting-GitHub.md @@ -56,3 +56,11 @@ Sometimes is hard to know how to start in GitHub since many people has different - Click **pull request** ### YOU ROCK in OPEN SOURCE :sunglasses: :octocat: + + +* Other commands + +``` + > git blame +``` +- Show what revision and author last modified each line of a file