Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaernewijck committed Nov 4, 2024
1 parent 41544b8 commit 30ae613
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,30 @@ Push the commit to GitHub.

[Create repository & first push](https://devinekask.github.io/workflows/git/collaboration/collab-01-github-push/#create-repository--first-push)

#### Push
To push you can use the following commands to set the upstream:

```bash
git push -u origin main
```

Afterwards you can use the following command to push:

```bash
git push
```

#### Pull
To pull you can use the following commands:

```bash
git pull origin main --rebase
```

### 4. Adding Collaborators
Please add 'SimonVanherweghe' and 'vaernewijck' on GitHub as collaborators.
Add your team members as collaborators to the repository.

Make your repository public.

[Adding a collaborator to a repository](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository)

Expand Down

0 comments on commit 30ae613

Please sign in to comment.