Skip to content

Instantly share code, notes, and snippets.

View redisotschek's full-sized avatar
👺

Dmitry Metelev redisotschek

👺
View GitHub Profile
@hiyangguo
hiyangguo / git-cheat-sheet.md
Last active March 22, 2023 14:15
Git cheat sheet.
  1. Delete mutiple branch
git branch -D `git branch --list '3.2.*'`
  1. Apply the changes introduced by some existing commits
# one
git cherry-pick 88ce01c
# mutiples
@hiyangguo
hiyangguo / ie67891011-css-hacks.txt
Last active May 21, 2021 02:24 — forked from vidaaudrey/ie67891011-css-hacks.txt
IE && Edge CSS hacks - IE6, 7, 8, 9, 10, 11,Edge
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================