Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 334 Bytes

✅ Git Scenario

  • 먼저, git clone을 이용하여 repo를 클론해주세요.
  • 본인의 feature branch를 생성하여 커밋을 올려주세요.
    • git add .
    • git commit -m "커밋 메시지"
    • git branch -M 브랜치명
    • git push -u origin 브랜치명
  • main branch로 PR(Pull request)를 올려주세요.