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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ From https://github.com/hackforla/website

#### **2.7.e Working on an issue (5): Incorporating changes from upstream**

Your fork of this repository on GitHub, and your local clone of that fork, will get out of sync with this (upstream) repository from time to time. (That's what has happened when you see something like "This branch is 1 commit behind hackforla:gh-pages" on the github website version of your hackforla repository.)
Your fork of this repository on GitHub, and your local clone of that fork, will get out of sync with this (upstream) repository from time to time. (That's what has happened when you see something like "This branch is 1 commit behind hackforla:gh-pages" on the GitHub website version of your hackforla repository.)

One way to keep your fork up to date with this repository is to follow these instruction: [Syncing your fork to the original repository via the browser](https://github.com/KirstieJane/STEMMRoleModels/wiki/Syncing-your-fork-to-the-original-repository-via-the-browser)

Expand Down Expand Up @@ -732,7 +732,7 @@ Then push the merge changes to your GitHub fork:
git push
```

If you go to your online github repository this should remove the message "This branch is x commit behind hackforla:gh-pages".
If you go to your online GitHub repository this should remove the message "This branch is x commit behind hackforla:gh-pages".

##### **i. Incorporating changes into your topic branch**

Expand Down