Skip to content

Commit

Permalink
fix commit amend dash
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pop <[email protected]>
  • Loading branch information
alexpop authored and chris-rock committed Oct 20, 2016
1 parent 3fbdf49 commit 35a788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The DCO requires a sign-off message in the following format appear on each commi
Signed-off-by: Julia Child <[email protected]>
```

The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit -amend -s**. If you've pushed your changes to Github already you'll need to force push your branch after this with **git push -f**.
The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit --amend -s**. If you've pushed your changes to Github already you'll need to force push your branch after this with **git push -f**.

### Obvious Fix Policy

Expand Down

0 comments on commit 35a788f

Please sign in to comment.