hyan23 / blog-comments

0 stars 0 forks source link

git 笔记 | Hyan Lee #58

Open hyan23 opened 4 years ago

hyan23 commented 4 years ago

https://hyan23.org/2019/12/10/git/

git clean -d -f 递归删除所有 untracked 文件, 文件夹(-d 选项) git checkout -- . 撤销所有修改 document.querySelectorAll('.github-emoji') .forEach(el => { if (!el.dataset.src) { return; }