From aef050d3cac1d1f27950713eedcf04ce9c5048ce Mon Sep 17 00:00:00 2001 From: MahboubehSeyedpour Date: Wed, 22 Jul 2026 15:53:45 +0330 Subject: [PATCH] Add git restore as alternative to git checkout -- --- tips.json | 1 + 1 file changed, 1 insertion(+) 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" }, {