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
0-0. fork 저장소 로컬로 가져오기
cd [작업 원하는폴더] git clone [fork github주소]
0-1. upstream 저장소 등록 (최초1번만 수행)
git remote add upstream https://github.com/SWM-chatbot/SandwichMaker
git checkout -b [작업용브랜치명]
git checkout master git fetch upstream git merge upstream/master git checkout [작업용브랜치명] git rebase master
git status git add -u git commit -m "[커밋 메시지]" git push origin [작업용브랜치명] + 깃 주소 들어가서 pull request 생성하기
The text was updated successfully, but these errors were encountered:
No branches or pull requests
0-0. fork 저장소 로컬로 가져오기
0-1. upstream 저장소 등록 (최초1번만 수행)
The text was updated successfully, but these errors were encountered: