Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

15 changes: 15 additions & 0 deletions Template/username.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion submission/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)