Skip to content

Commit 1cc2653

Browse files
authored
add switch to gh-pages command
1 parent 9ff91e7 commit 1cc2653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,10 @@ To ensure a smooth collaboration process, Follow these steps:
229229

230230
3. **Create a Branch:**
231231

232-
- Navigate into the cloned repository:
232+
- Navigate into the cloned repository and switch to the `gh-pages` branch:
233233
```bash
234234
cd awesome-github-profiles
235+
git checkout gh-pages
235236
```
236237
- Create a new branch for your feature or fix:
237238
```bash

0 commit comments

Comments
 (0)