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
{{ message }}
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: lessons/fundamentals/lesson-17-git/stage1/guide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Once we've used `git add` to include all the changes we want to commit into stag
61
61
```
62
62
git commit -m "My first commit!"
63
63
```
64
-
<buttontype="button"class="btn btn-primary btn-sm"onclick="runSnippetInTab('linux1',5)">Run this snippet</button>
64
+
<buttontype="button"class="btn btn-primary btn-sm"onclick="runSnippetInTab('linux1',this)">Run this snippet</button>
65
65
66
66
> Note the use of the `-m` flag to specify the commit message inline - you can omit this if you wish, and Git will open a text editor for you to specify your commit message
0 commit comments