-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
*PR 생성 시 참고 가이드입니다.
1.
2.
in local environment
## only for initialize
cd path/where/the/project/will/be/located
git clone 'https://github.com/{your_git_id}/2023_CodingTest_Study.git'
## create own branch, checkout
git checkout -b {your_branch_name} main
## make sure the branch is well checked out
git branch
## main
## * seoyeong
## commit
git add .
git commit -m "divide_and_conquer: 2630.색종이만들기" # example
git push origin {your_branch_name}
3.
-> branch merge 등 해당 PR 이 close 될때까지 로컬에서 seoyeong 브랜치로 commit&push 한 내용들은 해당 PR 밑에 붙기 때문에, 각 주의 내용 단위로 구분하여 아카이빙 하기 깔끔한 형태가 됩니다.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

