From 6f1553e956f8ca77ffb3c348eebe8e47c204706d Mon Sep 17 00:00:00 2001 From: Pavan Vachhani Date: Sat, 6 Oct 2018 18:46:08 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53e5811 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# My First Repository +## This is my first repository. I don't know anything about github. From 41ae4d31d838a405416c4d5e7d690b41fe6541db Mon Sep 17 00:00:00 2001 From: Pavan Vachhani Date: Sat, 6 Oct 2018 18:48:02 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 53e5811..07e9e88 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # My First Repository ## This is my first repository. I don't know anything about github. +## Push your commits to the remote, and set a tracking branch. Type: + +```git push -u origin ``` +1. Enter your GitHub username and password, if prompted to do so. +2. Create a Pull Request on GitHub. +3. Fill out the body of the Pull Request with information about the changes you’re introducing.