mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-04-21 05:38:01 +00:00
corrected a typo in CONTRIBUTING.md (#285)
This commit is contained in:
parent
9aa7899965
commit
43a7371630
@ -168,7 +168,7 @@ Please make sure to write a commit message that summarizes the changes. If you f
|
|||||||
|
|
||||||
See [Useful Tips for writing better Git commit messages](https://code.likeagirl.io/useful-tips-for-writing-better-git-commit-messages-808770609503) for inspiration.
|
See [Useful Tips for writing better Git commit messages](https://code.likeagirl.io/useful-tips-for-writing-better-git-commit-messages-808770609503) for inspiration.
|
||||||
|
|
||||||
As a note, use the presrnt tense for your commit messages (i.e. `Add` instead of `Added`).
|
As a note, use the present tense for your commit messages (i.e. `Add` instead of `Added`).
|
||||||
|
|
||||||
10. If you would want to add/remove changes to previous commit, add the files as in Step 5 earlier, and use `git commit --amend` or `git commit --amend --no-edit` (for keeping the same commit message).
|
10. If you would want to add/remove changes to previous commit, add the files as in Step 5 earlier, and use `git commit --amend` or `git commit --amend --no-edit` (for keeping the same commit message).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user