Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 862 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 862 Bytes

NJYS

팀원

  • 김상훈
  • 김규빈
  • 권태확
  • 전주영
  • 유지훈
  • 박경환

Wrap-up Reports

사용법

  • master 에서 바로 작업 하지 않기.
  • 본인의 opt/ml/code 등 git hub 아닌 폴더에 파일 복사해서 작업하고 변경한 아이디어가 좋은게 있으면 PR 날리기

git hub 사용법

  • git clone [repo_ulr]
  • cd p3-ims-obd-njys
  • git pull
  • git branch [branch_name]
  • git checkout [branch name]
  • 커밋 한 후에
  • if 커밋 안될때 -> git config --global user.name [username] git config --global user.email [email@xxx.com]
  • git push origin [branch name]