Browse Source

Update commit message

pull/15548/head
Onur Pıçakcı 4 years ago
parent
commit
67107d7409
  1. 2
      docs/en/Community-Articles/2023-01-30-How-To-Contribute-To-a-Open-Source-Software/how-can-I-contribute-to-open-source-projects-on-github.md

2
docs/en/Community-Articles/2023-01-30-How-To-Contribute-To-a-Open-Source-Software/how-can-I-contribute-to-open-source-projects-on-github.md

@ -67,7 +67,7 @@ As you can see, all changes made to the repo are reflected directly in Github De
The commit operation is used to save the changes you have made. It is useful to commit after certain operations are done in the project. For the changes you will make, it is useful to write a short sentence describing what you've done. Press the `Commit to <branch-name>` button to commit.
or alternatively use the `git add .` and `git commit -m "new-branch"` command
or alternatively use the `git add .` and `git commit -m "Added the Developer List"` command
![commit-image](images/commit-image.png)

Loading…
Cancel
Save