GIT - Remove File Already Stashed
in operateCo-De with 0 comment

GIT - Remove File Already Stashed

in operateCo-De with 0 comment

Remove File Already Tracked

[ivan@day103 resources]$ git rm -r -n --cached application-prod.yml
rm 'm64-fund/src/main/resources/application-prod.yml'
[ivan@day103 resources]$

Set into ignore

### Prod Setting ###
/m64-fund/src/main/resources/application-prod.yml
Comments are closed.