From c65ea493368e2b30c97b0eb1bacfa150764e2c12 Mon Sep 17 00:00:00 2001 From: RKJenamani Date: Sun, 1 Apr 2018 14:02:35 +0530 Subject: [PATCH 1/3] Add my name to README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9dbd29c --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +This is a place to practice git. Your first exercise is to add your name to this list. +To complete this exercise you need to: + +- **Learn to use git**: + - Go through the try git tutorial at https://try.github.io/levels/1/challenges/1 + - Read the first two chapters of the book [Pro Git](http://git-scm.com/book/en/v2) + + You should also go through the [curated list of git +resource](https://help.github.com/articles/good-resources-for-learning-git-and-github/) provided by github to find other resouces to fit your need. + +- **Fork the repo, create a new branch, make changes and send a pull request** + - [This article](https://help.github.com/articles/using-pull-requests/) should give you a good idea of what pull requests are how to use them. + + +Your entry should maintain alphabetic order and it should be in the format: + +- `* your name [username](http://github.com/username)`. + +Some more guidelines: + +* Your Pull Request must be rebased on the latest master. +* Your Pull Request must have only one commit (If there are multiple commits, you should squash them). +* This commit must have a message that resembles: `Add name to README (Name here)` (Use only first name in case the commit message goes over 50 characters). +* Name of the PR must be informative: `Add my name to the README (Name here)`. +* Only one file should be there in the diff of your Pull Request. + +This file is written in the [Markdown format](https://guides.github.com/features/mastering-markdown/). + +Lines starting with `*` are automatically rendered as bullet points and phrases containing `[name](URL)` are automatically hyperlinked. + +# Entries +* Rajat Kumar Jenamani [RKJenamani](http://github.com/RKJenamani) From 25fb678cbd35b08a600d73670332fc922405a3a5 Mon Sep 17 00:00:00 2001 From: RKJenamani <34127376+RKJenamani@users.noreply.github.com> Date: Sun, 1 Apr 2018 14:24:14 +0530 Subject: [PATCH 2/3] Update README.md Add my name to README.md(Rajat) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43dbb18..b2a9991 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ This file is written in the [Markdown format](https://guides.github.com/features Lines starting with `*` are automatically rendered as bullet points and phrases containing `[name](URL)` are automatically hyperlinked. # Entries +* Rajat Kumar Jenamani [RKJenamani](http://github.com/RKJenamani)`. From d2dfd7b3a24103668f1336244efa7c23ac9901dc Mon Sep 17 00:00:00 2001 From: RKJenamani <34127376+RKJenamani@users.noreply.github.com> Date: Sun, 1 Apr 2018 14:24:49 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a9991..f0fc856 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ This file is written in the [Markdown format](https://guides.github.com/features Lines starting with `*` are automatically rendered as bullet points and phrases containing `[name](URL)` are automatically hyperlinked. # Entries -* Rajat Kumar Jenamani [RKJenamani](http://github.com/RKJenamani)`. +* Rajat Kumar Jenamani [RKJenamani](http://github.com/RKJenamani)