Skip to content

Instantly share code, notes, and snippets.

View kbilsted's full-sized avatar
💭
AFK most of the time...

Kasper B. Graversen kbilsted

💭
AFK most of the time...
View GitHub Profile
@kbilsted
kbilsted / hg2git.md
Last active May 2, 2020 16:22
Git guide for Hg users

A Git guide for Hg/Mercurial users

Delete stuff

  • hg uncommit / hg strip
  • git reset --hard HEAD~1

Combine stuff

; Use Scroll Lock to swap keyboard layouts
; and do not let Control, Alt, or Win modifiers act on Dvorak
Loop {
If GetKeyState("ScrollLock", "T")
and !GetKeyState("Control")
and !GetKeyState("Alt")
and !GetKeyState("LWin")
and !GetKeyState("RWin") {
Suspend, Off
} else {