- Delete mutiple branch
git branch -D `git branch --list '3.2.*'`
- Apply the changes introduced by some existing commits
# one
git cherry-pick 88ce01c
# mutiples
git branch -D `git branch --list '3.2.*'`
# one
git cherry-pick 88ce01c
# mutiples
| IE6 Only | |
| ================== | |
| _selector {...} | |
| IE6 & IE7 | |
| ================== | |
| *html or { _property: } | |
| IE7 Only | |
| ================== |