mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Polish some levels in the first chapters, and the branch-delete icon
This commit is contained in:
parent
f7351316bc
commit
2250b9b473
6 changed files with 18 additions and 48 deletions
resources
|
@ -41,8 +41,8 @@
|
|||
},
|
||||
{
|
||||
"id": "commit-auto",
|
||||
"command": "git add .; git commit -m \"New commit\"",
|
||||
"description": "Make a new commit containing your current environment!"
|
||||
"command": "git add .; git commit",
|
||||
"description": "Make a new commit containing your current environment! Type in a description of what changed!"
|
||||
},
|
||||
{
|
||||
"id": "merge",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue