diff --git a/tips.json b/tips.json index e9ac28b..519396e 100644 --- a/tips.json +++ b/tips.json @@ -42,5 +42,9 @@ { "title": "Delete remote branch", "tip": "git push origin :remote_branchname" + }, + { + "title": "Undo local changes with the last content in head", + "tip": "git checkout -- file_name" } ]