mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Stating to polish the time travel levels...
This commit is contained in:
parent
cb7742466b
commit
eb4f46e52f
12 changed files with 209 additions and 82 deletions
resources
|
@ -1,15 +1,21 @@
|
|||
[
|
||||
{
|
||||
"id": "init",
|
||||
"command": "git init",
|
||||
"arg_number": 0,
|
||||
"description": "Initialize the time machine!"
|
||||
},
|
||||
{
|
||||
"id": "checkout",
|
||||
"command": "git checkout",
|
||||
"arg_number": 1,
|
||||
"description": "Travel to a commit!"
|
||||
"description": "Drag this card to a commit or to a branch to travel to it!"
|
||||
},
|
||||
{
|
||||
"id": "commit-auto",
|
||||
"command": "git add .; git commit",
|
||||
"arg_number": 0,
|
||||
"description": "Make a new commit!"
|
||||
"description": "Make a new commit containing your current environment!\nDrag this card anywhere. You'll be asked to enter a short description of what you changed."
|
||||
},
|
||||
{
|
||||
"id": "merge",
|
||||
|
@ -45,7 +51,7 @@
|
|||
"id": "reset-hard",
|
||||
"command": "git reset --hard",
|
||||
"arg_number": 1,
|
||||
"description": "Reset current label to the specified commit."
|
||||
"description": "Move the branch you're on to the specified commit."
|
||||
},
|
||||
{
|
||||
"id": "cherry-pick",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue