Skip to content

Commit b6f5cf6

Browse files
authored
Merge branch 'master' into PlusOne
2 parents de400af + 689737b commit b6f5cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Thank you for considering contributing to **LeetCode-Solutions**! This repositor
3232
```
3333
5. **Commit your changes**: Use the following format for commit messages:
3434
```sh
35-
git commit -m "Solution #num - Creator/Edited - Date"
35+
git commit -m "Solution #num - Creator/Edited - Date - commit #num"
3636
```
3737
or for explanations:
3838
```sh
39-
git commit -m "Explanation #num - Creator/Edited - Date"
39+
git commit -m "Explanation #num - Creator/Edited - Date - commit #num"
4040
```
4141
6. **Push your branch**:
4242
```sh

0 commit comments

Comments
 (0)