About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
fforkboat
4/17/2020 - 10:46 AM
share
Share
add_circle_outline
Save
Git操作
Git
content_copy
file_download
git rm -r --cached <filepath> 删除对文件的追踪,但是保留源文件 git ls-files 列出所有追踪的文件
clear