diff --git a/README.md b/README.md index 9def9bf3108b4dd1d23bdf0b23de677b708b0610..fe01e96952dca711f8bfb24cc247d9d47babbc9a 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,5 @@ This command will add the changes in the `upstream` repository to your local cop 4. `git pull` ([reference](https://www.atlassian.com/git/tutorials/syncing/git-pull)) 5. `git push` ([reference](https://www.atlassian.com/git/tutorials/syncing/git-push)) 6. `git remote -v` ([reference](https://www.atlassian.com/git/tutorials/syncing)) -7. `git remote add upstream <upstream_url>` ([reference](https://docs.github.com/en/github/using-git/adding-a-remote)) +7. `git remote add upstream <upstream_url>` ([reference](https://docs.github.com/en/github/using-git/adding-a-remote)) +8. testing git workflow \ No newline at end of file