Skip to content

Commit

Permalink
CONTRIBUTING: add omitted coma
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored and cgwalters committed Mar 2, 2022
1 parent 44cbee3 commit d5f1623
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 @@ -46,7 +46,7 @@ For more information see [How to Write a Git Commit Message](https://chris.beams

**Editing a Committed Message:**

To edit the message from the most recent commit run `git commit --amend`. To change older commits on the branch use `git rebase -i`. For a successful rebase have the branch track `upstream main`. Once the changes have been made and saved, run `git push --force origin <branch-name>`.
To edit the message from the most recent commit run `git commit --amend`. To change older commits on the branch use `git rebase -i`. For a successful rebase, have the branch track `upstream main`. Once the changes have been made and saved, run `git push --force origin <branch-name>`.

Testing Changes
----------------
Expand Down

0 comments on commit d5f1623

Please sign in to comment.