Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(DEVELOPERS): remove git revert misleading information #16857

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(DEVELOPERS): remove git revert misleading information
  • Loading branch information
askhalil committed Mar 26, 2019
commit 7f5f1fb75e38d8c5eecf6d979fa883e51a5945f1
1 change: 0 additions & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow
of the reverted commit.
In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit
being reverted.
A commit with this format is automatically created by the [`git revert`][git-revert] command.

### Type
Must be one of the following:
Expand Down