diff --git a/tips.json b/tips.json index 5b46f75..4297fcf 100644 --- a/tips.json +++ b/tips.json @@ -135,6 +135,7 @@ { "title": "Undo local changes with the content in index(staging)", "tip": "git checkout -- ", + "alternatives": ["git restore "], "category": "Basic Operations" }, {