Skip to content

JNU-econovation/HWIT-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HWIT-dev

npm 설치시 npm install --save 이름

다른 사람꺼 pull 받고 npm 설치 필요시 -> npm install

자기가 할일

  • git 프로젝트에 todo 등록 후 -> progress로 옮기고 작업
    • ...을 누르고 convert i ssue (이슈 등록하기)

브랜치 만들어서 작업

  1. git checkout -b 브랜치명 (브랜치 만들고 해당 브랜치로 이동)
  2. 브랜치에서 작업
    1. git add .
    2. git commit -m "message"
    3. git push origin 브랜치 명
  3. 한 기능이 모두 완료 되면 git 사이트에서 pull request 날리기
    • master <- 브랜치 명
  4. pull request 에서 merge 버튼을 누르면 master 와 브랜치가 합쳐진다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors