Skip to content
AllenYGY's Blog
Search
K
Main Navigation
Home
Blog
Tags
Archive
Note
Functional Programming
Theory Of Computation
Compiler Construction
Computer Graphics
Computer Network
Database Management System
Computer Organization
Operating System
Appearance
Menu
Return to top
On this page
Git-Tip
Remove all .DS_Store
shell
git
rm
--cached
$(
git
ls-files
|
grep
.DS_Store
)