I hereby claim:
- I am varyag00 on github.
- I am varyag00 (https://keybase.io/varyag00) on keybase.
- I have a public key ASDbDgFpvHfa1nazChXrKOCppxdAJjzYKpFfHRrmcOD-2wo
To claim this, I am signing this object:
# go to branch where the mistakes are | |
git checkout branch_with_mistakes | |
# save changes to a branch | |
git checkout -b branch_with_committed_changes | |
# back to where the mistakes are | |
git checkout branch_with_mistakes | |
# reset to the last desired commit |
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQENBFd9NHoBCADNyDDqYKXxuPxdtb8wEUFqU9aMeAC/C95eSPFpwmpqvh/2m4fY | |
SDaHsL++gJiX1D2vGzcos4mObia/icDQ+NQ5pvLtt5PtZh24LBC6rAQVL6nMTzQ8 | |
W/yf4gWmjuu9MsfSTVwokOk/d3RWVHCumtEJNNO4+IEzgiL2YUD0LfImOWzHTrnj | |
V3pflQHfufVnRTObFqbBgNnBQtwdd7WzPMh85ze1IYISwuDR0VzsPbPoKkyoc0t0 | |
ohCrKVHOiG8gfNe5f5mhNZQcjDKaQW33zFtekwblYgFqRNCKQHOprVX4yg5M7PCE | |
PWZG0QFtvk3TKz5/j8aVbrN4P00EwmAWXE2fABEBAAG0KkRhbiBHb256YWxleiA8 | |
ZGFuLmdvbnphbGV6QDNwdHNjaWVuY2UuY29tPokBNwQTAQoAIQUCWMwfWAIbAwUL | |
CQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRCaLIO8P0htReWvB/0XNeLbHaS+p9P5 |
import sys | |
import os | |
try: | |
# Win32 | |
from msvcrt import getch | |
except ImportError: | |
# UNIX | |
import tty | |
import termios |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |