mirror of
https://github.com/namibia/tips.git
synced 2024-12-23 18:48:57 +00:00
undo local changes
This commit is contained in:
parent
081dc010b7
commit
695e7e19ba
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user