Skip to content

Commit a266ec4

Browse files
Merge pull request #39 from CodeCutTech/add-pull-to-contribution
update contribution
2 parents 1b1349b + cd98896 commit a266ec4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

contribution.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,13 @@ The exported HTML files will be automatically deployed to GitHub Pages through t
155155
git commit -m "Description of your changes"
156156
```
157157

158-
4. Submit a pull request
158+
4. Pull the latest changes
159+
```bash
160+
# Pull the latest changes
161+
git pull origin main
162+
```
163+
164+
5. Submit a pull request
159165
```bash
160166
# Push your changes to your fork
161167
git push origin feature/your-feature-name

0 commit comments

Comments
 (0)