parm530
5/8/2019 - 8:56 PM

Untracking Files

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