From e2de1af7b3aaa534e8897d4c235423c44193a7bc Mon Sep 17 00:00:00 2001 From: Swasthik Shetty <42874695+swaaz@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:40:50 +0530 Subject: [PATCH 1/5] Update readme.md --- submission/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submission/readme.md b/submission/readme.md index d947a6e..451a9c9 100644 --- a/submission/readme.md +++ b/submission/readme.md @@ -19,5 +19,5 @@ eg-git push origin -u swaaz - The given link should be copied and pasted in web browser - click on create pull request. ## Still if you did not understand how to submit - click [here](https://haxzie.github.io/GitMe) + click [here](gitme.js.org) From 47b59e8cf5dee80a2c3539eed4e64c195055b321 Mon Sep 17 00:00:00 2001 From: Swasthik Shetty <42874695+swaaz@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:41:31 +0530 Subject: [PATCH 2/5] Update readme.md --- submission/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submission/readme.md b/submission/readme.md index 451a9c9..b6dc9bf 100644 --- a/submission/readme.md +++ b/submission/readme.md @@ -19,5 +19,5 @@ eg-git push origin -u swaaz - The given link should be copied and pasted in web browser - click on create pull request. ## Still if you did not understand how to submit - click [here](gitme.js.org) + click [here](https://gitme.js.org/) From d94e1db56c65cf8be6c058ede11a7ab4903f4a2b Mon Sep 17 00:00:00 2001 From: Swasthik Shetty <42874695+swaaz@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:44:21 +0530 Subject: [PATCH 3/5] Create username.md --- Template/username.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Template/username.md diff --git a/Template/username.md b/Template/username.md new file mode 100644 index 0000000..b826180 --- /dev/null +++ b/Template/username.md @@ -0,0 +1,15 @@ +# Practice +## Introduction +### Every individual must write one paragraph about them. Following points must be included in your introduction. +- What is your name? +- Where are you from? +- How old are you? +- Your hobbies. +- Few lines about you. +## Skills +### Write about your skills. +## About Github +### Write a few lines on what you know about GitHub. +## Contact Information +- Github username. +- E-mail id. From 953903a33c27376c1e90011d72723693b9cd4219 Mon Sep 17 00:00:00 2001 From: Swasthik Shetty <42874695+swaaz@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:46:26 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5884f20..ba1d466 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # Prastice ## This repository is for the prastice. This is the first repository for the prastice and everyone needs to complete this task. +# Submission +- Fork this [repo](https://github.com/classsankalp/prastice) +- clone it using command :git clone paste_the_copied_url. +- open folder "submssion" using command:cd submission +- create new branch using command:git branch new_branch_name +eg:git branch swaaz +- checkout to new branch from master branch using command:git checkout +new_branch_name +eg-git checkout swaaz +- create file using command:nano username.md +eg: nano swaaz.md +- fill all this [template](https://github.com/swaaz/practice/blob/master/Template/username.md) +- save file using :ctrl+x -> y +- add file using command:git add -A +- commit file using command:git commit -m "comment" +eg-git commit -m "profile added" +- push the file using command:git push origin -u 'branch_name' +eg-git push origin -u swaaz +- The given link should be copied and pasted in web browser +- click on create pull request. +## Still if you did not understand how to submit + click [here](https://gitme.js.org/) + From fbb88840942bae935fd29289b5962b0fbef6a61d Mon Sep 17 00:00:00 2001 From: NirmalGeorgeMathew <2000nirmalgm@gmail.com> Date: Sun, 29 Mar 2020 12:07:55 +0530 Subject: [PATCH 5/5] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1d466..20feaf0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the first repository for the prastice and everyone needs to complete thi # Submission - Fork this [repo](https://github.com/classsankalp/prastice) - clone it using command :git clone paste_the_copied_url. -- open folder "submssion" using command:cd submission +- open folder "practice" using command:cd practice - create new branch using command:git branch new_branch_name eg:git branch swaaz - checkout to new branch from master branch using command:git checkout