DEV Community

Discussion on: How to Make Your First Open Source Contribution

Collapse
 
jnareb profile image
Jakub Narębski

One thing of note: unless the commit in question is a very simple one, so that its description fits within single line of the commit message, it would be better to use git commit (or git commit -a) instead of git commit -m '<commit message>'.

Some comments have been hidden by the post's author - find out more