We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
기능이 완성 되었다면 이제 develop에 pull request를 보내주어야겠죠!! pull request를 보내기 전 해야할 일이 있답니다.
git switch develop
git pull
git switch [본인 브랜치]
git merge develop
git push --forse
위의 단계를 지켜서 사용해보시고 궁금한 점이 있다면 언제든지 부담없이 서로 질문하기~ ❤️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기능 완성 시
기능이 완성 되었다면 이제 develop에 pull request를 보내주어야겠죠!!
pull request를 보내기 전 해야할 일이 있답니다.
git switch develop
git pull
git switch [본인 브랜치]
git merge develop
git push --forse
쓰지 말기 이거 쓰면 다른 사람이 한 내용을 덮어쓸 수도 있답니다ㅠㅜ 변경내용이 사라져버린데요)위의 단계를 지켜서 사용해보시고 궁금한 점이 있다면 언제든지 부담없이 서로 질문하기~ ❤️
The text was updated successfully, but these errors were encountered: