undo local changes

This commit is contained in:
Anchal 2015-07-15 22:56:22 +05:30
parent 081dc010b7
commit 695e7e19ba

View File

@ -42,5 +42,9 @@
{ {
"title": "Delete remote branch", "title": "Delete remote branch",
"tip": "git push origin :remote_branchname" "tip": "git push origin :remote_branchname"
},
{
"title": "Undo local changes with the last content in head",
"tip": "git checkout -- file_name"
} }
] ]