You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: laravel/documentation/contrib/command-line.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ Next, commit the changes to the repository:
88
88
89
89
# git commit -s -m "I added some more stuff to the Localization documentation."
90
90
91
-
"- **-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.
92
-
"- **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
91
+
-**-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.
92
+
-**-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
0 commit comments