diff --git a/README.md b/README.md index 5884f20..20feaf0 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 "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 +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/) + 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. diff --git a/submission/readme.md b/submission/readme.md index d947a6e..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](https://haxzie.github.io/GitMe) + click [here](https://gitme.js.org/)