xgqfrms / git

git all in one
https://git.xgqfrms.xyz
MIT License
2 stars 1 forks source link

git cherry-pick #30

Open xgqfrms opened 3 years ago

xgqfrms commented 3 years ago

git cherry-pick

https://git-scm.com/docs/git-cherry-pick

$ git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] [-S[<keyid>]] <commit>…​
$ git cherry-pick (--continue | --skip | --abort | --quit)

https://www.cnblogs.com/xgqfrms/archive/2004/01/13/13282715.html

xgqfrms commented 3 years ago

web components

css-doodle.js

image

https://alligator.io/workflow/

https://d33wubrfki0l68.cloudfront.net/js/5bdef0f7fafd5d34b7e96326f042d8ef20bc22eb/assets/js/css-doodle.min.js

if (!window.customElements || !document.head.attachShadow) {
  document.body.classList.add('no-doodle-support'); 
}