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
git remote add upstream https://github.com/[original_owner]/[original_repo.git]
git checkout -b test
git add 수정한_파일
git commit -m "프로젝트에 정해진 규칙이 있다면 참고해서 작성"
git push origin test
참고 : https://chanhuiseok.github.io/posts/git-3/
The text was updated successfully, but these errors were encountered:
woo1
No branches or pull requests
git remote add upstream https://github.com/[original_owner]/[original_repo.git]
git checkout -b test
수정할 부분을 수정한 뒤 commit 처리합니다.
git add 수정한_파일
git commit -m "프로젝트에 정해진 규칙이 있다면 참고해서 작성"
git push origin test
참고 : https://chanhuiseok.github.io/posts/git-3/
The text was updated successfully, but these errors were encountered: