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

pull request 보낼 때 가이드 🌱 #7

Open
henization opened this issue May 18, 2022 · 0 comments
Open

pull request 보낼 때 가이드 🌱 #7

henization opened this issue May 18, 2022 · 0 comments
Labels

Comments

@henization
Copy link
Contributor

기능 완성 시

기능이 완성 되었다면 이제 main에 pull request를 보내주어야겠죠!!
pull request를 보내기 전 해야할 일이 있답니다.

  1. git switch main
  2. git fetch
  3. git pull
  4. git switch [본인 브랜치]
  5. git merge main
  6. conflict 났다면 해결(이 때 절대절대 git push --forse 쓰지 말기 이거 쓰면 다른 사람이 한 내용을 덮어쓸 수도 있답니다ㅠㅜ 변경내용이 사라져버린대요)
  7. main으로 pull request 보내고 코드 리뷰 받기!

맹심맹심 또맹심!!
오늘도 풀리퀘를 날리는 당딘은 머싯스십니다. 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant