Skip to content
Merged
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
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@

Command on your Terminal step by step

Clone the repository
```bash
git clone https://github.com/JavaScript-Army/JavaScript-Loop.git
```

Change your directory
```bash
cd javascript-loop
```
Create & switch branch with your name
```bash
git checkout -b branch-name
```
Create a JavaScript file on your folder
```bash
Create a JavaScript file on your folder
touch index.js
```
Push your files
```bash
Push your repository
git push -u origin your-branch-name
```
```bash
Create a pull request on GitHub
Expand Down