Commit 4a47bda1 authored by Pierre Bertet's avatar Pierre Bertet

Documentation: markdown syntax

Signed-off-by: 's avatarPierre Bertet <bonjour@pierrebertet.net>
parent 347f1b8d
...@@ -88,8 +88,8 @@ Next, commit the changes to the repository: ...@@ -88,8 +88,8 @@ Next, commit the changes to the repository:
# git commit -s -m "I added some more stuff to the Localization documentation." # git commit -s -m "I added some more stuff to the Localization documentation."
"- **-s** means that you are signing-off on your commit with your name. This tells the Laravel team know that you personally agree to your code being added to the Laravel core. - **-s** means that you are signing-off on your commit with your name. This tells the Laravel team know that you personally agree to your code being added to the Laravel core.
"- **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed. - **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
<a name="pushing-to-your-fork"></a> <a name="pushing-to-your-fork"></a>
## Pushing to your Fork ## Pushing to your Fork
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment