Skip to content

Commit

Permalink
Merge pull request #112 from aatmajajoshi/patch-2
Browse files Browse the repository at this point in the history
Updated README.md file
  • Loading branch information
PranavBarthwal authored May 13, 2024
2 parents 38b81cb + 90f81a8 commit 04ed150
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,38 @@
git clone https://github.com/<your-github-username>/cosmoXplore.git
```

3. **Create a New Branch:** Establish a new branch for your profile using the command:
3. **Navigate to your repository:** Navigate to your new project directory by using the command:

```
cd cosmoXplore
```

4. **Create a New Branch:** Establish a new branch for your profile using the command:

```
git checkout -b <branch_name>
```

4. **Add Your Changes:** Add the modified files to the stage with the following command:
5. **Add Your Changes:** Add the modified files to the stage with the following command:

```
git add .
```

5. **Commit Your Changes:** Save your alterations to the branch by executing:
6. **Commit Your Changes:** Save your alterations to the branch by executing:

```
git commit -m "Your descriptive commit message"
```

6. **Push to the Branch:** Transmit the changes to the remote repository using:
7. **Push to the Branch:** Transmit the changes to the remote repository using:

```
git push origin <branch_name>
```

7. **Create a Pull Request:** Submit your modifications to the main repository by generating a pull request. Click on the "Compare & pull request" button on your forked repository page.
8. **Create a Pull Request:** Submit your modifications to the main repository by generating a pull request. Click on the "Compare & pull request" button on your forked repository page.

8. **Wait for Review and Merge:** Wait for the project maintainers to review and merge your changes.
9. **Wait for Review and Merge:** Wait for the project maintainers to review and merge your changes.

---

0 comments on commit 04ed150

Please sign in to comment.