You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
지난 commit 내역들에 들어간 application.propertiese들은 어쩔 수 없이 commit 내역에서 지워야함. 아래의 커맨드 이용 git filter-branch --force --index-filter "git rm --cached --ignore-unmatch src/main/resources/application.properties" --prune-empty --tag-name-filter cat -- --all
이후 commit 하고 push --force https://acet.pe.kr/918
지난 commit 내역들에 들어간 application.propertiese들은 어쩔 수 없이 commit 내역에서 지워야함. 아래의 커맨드 이용
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch src/main/resources/application.properties" --prune-empty --tag-name-filter cat -- --all
이후 commit 하고 push --force
https://acet.pe.kr/918
application.properties에서 필요한 정보들은 따로 빼두는 방법. 앞으로 주요 정보들은 application-secure.properties에 둡시다!
https://kelly-tech.tistory.com/38
The text was updated successfully, but these errors were encountered: