Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f27a40

Browse files
committed
Update JSON structure
1 parent db96615 commit 1f27a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎config/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"config": {
33
"repoName": "Octobox",
4+
"_comment": "errorComando, in case no command match",
45
"errorComando": "comand not found"
56
},
67
"lecciones": {
78
"1": {
89
"orden": "1.1",
910
"titulo": "Got 15 minutes and want to learn Git?",
11+
"tituloCorto": "Learn Git?",
1012
"tareas": [
1113
"Git allows groups of people to work on the same documents (often code) at the same time, and without stepping on each other's toes. It's a distributed version control system.",
1214
"Our terminal prompt below is currently in a directory we decided to name 'octobox'. To initialize a Git repository here, type the following command:"
@@ -24,6 +26,7 @@
2426
"2": {
2527
"orden": "1.2",
2628
"titulo": "Checking the Status",
29+
"tituloCorto": "Checking the Status",
2730
"tareas": [
2831
"Good job! As Git just told us, our 'octobox' directory now has an empty repository in /.git/. The repository is a hidden directory where Git operates.",
2932
"To save your progress as you go through this tutorial -- and earn a badge when you successfully complete it -- head over to create a free Code School account. We'll wait for you here.",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /