Skip to content

Instantly share code, notes, and snippets.

View l1vesgood's full-sized avatar
😴

l1vesgood l1vesgood

😴
  • Russia
  • 10:48 (UTC +03:00)
View GitHub Profile
@khskekec
khskekec / libre-link-up-http-dump.md
Last active May 19, 2025 00:04
HTTP dump of Libre Link Up used in combination with FreeStyle Libre 3
@vorozhba
vorozhba / Как удалить commit в Github.txt
Last active April 30, 2025 15:37
Как удалить commit в Github
1. Получаем хэш-код коммита, к которому хотим вернуться.
2. Заходим в папку репозитория и пишем в консоль:
$ git reset --hard a3775a5485af0af20375cedf46112db5f813322a
$ git push --force