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
기능이 완성 되었다면 이제 main에 pull request를 보내주어야겠죠!! pull request를 보내기 전 해야할 일이 있답니다.
git switch main
git fetch
git pull
git switch [본인 브랜치]
git merge main
git push --forse
맹심맹심 또맹심!! 오늘도 풀리퀘를 날리는 당딘은 머싯스십니다. 💯
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기능 완성 시
기능이 완성 되었다면 이제 main에 pull request를 보내주어야겠죠!!
pull request를 보내기 전 해야할 일이 있답니다.
git switch main
git fetch
git pull
git switch [본인 브랜치]
git merge main
git push --forse
쓰지 말기 이거 쓰면 다른 사람이 한 내용을 덮어쓸 수도 있답니다ㅠㅜ 변경내용이 사라져버린대요)맹심맹심 또맹심!!
오늘도 풀리퀘를 날리는 당딘은 머싯스십니다. 💯
The text was updated successfully, but these errors were encountered: