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
parm530
5/8/2019 - 8:56 PM
share
Share
add_circle_outline
Save
Untracking Files
untrack.md
content_copy
file_download
Rendered
Source
Untracking
secrets.yml
If the file is already being tracked:
add to
.gitignore
the files needed to be untracked
commit the changes
execute
git rm -r --cached config/secrets.yml
add, commit and push
file should now be untracked
clear