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

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",
"tip": "git push origin :remote_branchname"
},
{
"title": "Undo local changes with the last content in head",
"tip": "git checkout -- file_name"
}
]