mirror of
https://github.com/namibia/tips.git
synced 2025-01-24 15:48:25 +00:00
commit
979fe1c80d
@ -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…
x
Reference in New Issue
Block a user