Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.0.0] 커밋 방지 처리 스크립트 추가 #98

Merged
merged 10 commits into from
Feb 1, 2024

Conversation

x-0o0
Copy link
Contributor

@x-0o0 x-0o0 commented Jan 12, 2024

커밋 방지 처리

Important: 매우 중요한 단계입니다. 클론 후 즉시 실행하십시오.
루트 폴더 경로에서 FIRST_ACTION.sh 스크립트를 실행합니다.

./FIRST_ACTION.sh

만약 권한 에러가 발생할 경우 아래 명령어를 실행하고 다시 스크립트를 실행합니다.

chmod +x FIRST_ACTION.sh

@x-0o0 x-0o0 added the 자동화 CI/CD 관련 작업 또는 깃헙 액션 등을 사용한 자동화 기능 label Jan 12, 2024
@x-0o0 x-0o0 self-assigned this Jan 12, 2024
@x-0o0
Copy link
Contributor Author

x-0o0 commented Jan 12, 2024

에잇 안해

@x-0o0 x-0o0 marked this pull request as ready for review January 14, 2024 12:35
@x-0o0 x-0o0 marked this pull request as draft January 14, 2024 12:36
@x-0o0
Copy link
Contributor Author

x-0o0 commented Jan 31, 2024

git rm --cached [파일명]

@x-0o0 x-0o0 force-pushed the feature/jaesung/guard-info-plist branch from 54c8a1d to 7f642b7 Compare February 1, 2024 11:30
@x-0o0 x-0o0 marked this pull request as ready for review February 1, 2024 12:21
@x-0o0 x-0o0 enabled auto-merge (squash) February 1, 2024 12:22
@x-0o0 x-0o0 changed the title [2.0.0] 커밋 검증 워크플로우 추가 [2.0.0] 커밋 방지 처리 스크립트 추가 Feb 1, 2024
Copy link
Member

@sunshiningsoo sunshiningsoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

배워갑니답..!

@x-0o0 x-0o0 merged commit 241600c into develop/2.0.0 Feb 1, 2024
@x-0o0 x-0o0 deleted the feature/jaesung/guard-info-plist branch February 1, 2024 12:37
@x-0o0
Copy link
Contributor Author

x-0o0 commented Feb 1, 2024

git rm --cached [파일명]

이건 원격 저장소의 파일을 지우기 위한 명령어라 공동 작업을 위해 파일은 원격에 냅두고 diff 만 무시하고자 하는 목표와는 안 맞음

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
자동화 CI/CD 관련 작업 또는 깃헙 액션 등을 사용한 자동화 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[이슈] 수정하면 안되는 파일을 수정할 경우 머지할 수 없도록 워크플로우 추가
2 participants