UNPKG
wcz-layout
Version:
latest (9.1.2)
legacy (6.7.2)
9.1.2
8.3.3
6.7.2
6.7.1
6.7.0
6.6.3
6.6.2
6.6.1
6.6.0
6.5.0
6.4.2
6.4.1
6.4.0
6.3.2
6.3.1
6.3.0
5.14.1
5.14.0
5.13.4
5.13.3
5.13.2
5.13.1
5.13.0
5.12.0
5.11.2
wcz-layout
/
skills
/
start
/
steps
/
08-commit.md
16 lines
(10 loc)
•
251 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Initial Commit
## Actions
Run sequentially:
``
`shell git add . git commit -m "initial project setup" git push -u origin master `
``
Wait
for
completion. Once the
push
succeeds, output: > **✅ Project initialization is complete! Happy coding.**