Skip to content

Commit

Permalink
Merge pull request #511 from H1mang1/main
Browse files Browse the repository at this point in the history
Added cd Dot-Box
  • Loading branch information
ayush-t02 authored Jul 13, 2024
2 parents 2aabe8f + bc27963 commit 031a01f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,20 @@
```bash
git clone https://github.com/<your-github-username>/Dot-Box
```
3. **Add a remote upstream:**
3. **Go to Dot-Box Folder**
```
cd Dot-Box
```
4. **Add a remote upstream:**
```bash
git remote add upstream https://github.com/ChromeGaming/Dot-Box
```
4. **Create a new branch:**
5. **Create a new branch:**
Create a new branch for your changes. Run the following command in your terminal.
```bash
git checkout -b <your-branch-name>
```
5. **Make the desired changes:**
6. **Make the desired changes:**
Make the desired changes to the source code.
6. **Add your changes:**
Add your changes to the staging area. Run the following command in your terminal.
Expand Down Expand Up @@ -103,4 +107,4 @@ https://github.com/GameSphere-MultiPlayer/GameSphere/assets/114330097/293120ab-b
## **Our Contributors**
<a href="https://github.com/ChromeGaming/Dot-Box/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ChromeGaming/Dot-Box" />
</a>
</a>

0 comments on commit 031a01f

Please sign in to comment.