mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Remove the fetch level for now
This commit is contained in:
parent
97a7c40ba3
commit
7da24b32e7
2 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
{
|
{
|
||||||
"id": "reset-file",
|
"id": "reset-file",
|
||||||
"command": "git reset [file]",
|
"command": "git reset [file]",
|
||||||
"description": "Reset the index "
|
"description": "Reset the index version of a file to the version in the commit you're on."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "cherry-pick",
|
"id": "cherry-pick",
|
||||||
|
|
Loading…
Reference in a new issue