Skip to content

Commit

Permalink
update branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Aug 18, 2023
1 parent a5fb6cd commit 3697b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This can easily be done with the `--signoff` option to `git commit`.
Note that we're requiring all commits in a PR to be signed-off. If you already created a PR, you can sign-off all existing commits by rebasing with the `--signoff` flag.

```
git rebase --signoff origin/master
git rebase --signoff origin/main
```

By doing this you state that you can certify the following (from https://developercertificate.org/):
Expand Down Expand Up @@ -92,7 +92,7 @@ Due to their public nature, GitHub and mailing lists are not appropriate places

This is a rough outline of what a contributor's workflow looks like:

- Create a topic branch from where you want to base your work (usually master).
- Create a topic branch from where you want to base your work (usually main).
- Make commits of logical units.
- Make sure your commit messages are in the proper format (see below).
- Push your changes to a topic branch in your fork of the repository.
Expand Down

0 comments on commit 3697b38

Please sign in to comment.