1
0
mirror of https://github.com/namibia/tips.git synced 2024-05-30 00:41:11 +00:00

Merge pull request #10 from anchal20/master

undo local changes
This commit is contained in:
hemanth.hm 2015-07-16 09:04:27 +05:30
commit 979fe1c80d

View File

@ -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"
}
]