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: 3 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Double check that your terminal is in your team repository (the `cd` command fro

## Step 5: Commit and push changes to repository (ONE PERSON).

Run the following commands.
As a reminder, these are the commands to do a git push.

```shell
git add .
Expand All @@ -79,6 +79,8 @@ git commit -m "Set up GitHub Actions."
git push origin main
```

*Remember, as with any commit and push, use `git pull` and `git status` as necessary to resolve any merge conflicts before pushing*

## Step 6: Check that GitHub Actions succeeded.

In GitHub, go to your repository and click on "Actions". Check that the workflows passed. Alternatively, in the main page for your repository, you should see the latest commit message at the top of the files, and either a red X or a green checkmark for the GitHub workflows.