Skip to content

ParkSorry/LOOKID_FRONT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#commit rules - 참고 (https://blog.ull.im/engineering/2019/03/10/logs-on-git.html)

  1. Add a - a 추가
  2. Fix b - b 수정
  3. Del c - c 삭제
  4. Update d - d 업데이트
  • fix 경우 원본에서 에러사항 수정 및 보완, update 경우 수정이 아닌 기능의 강화

#branch rules - 참고 (https://rumblefish.tistory.com/65)

  1. master - Final version branch (ver x.y) : x,y는 중복 x
  2. release - feature merge branch (rel x.y) : x,y는 중복 x, README 파일에 merge된 Activity명 작성
  3. feature - Activity branch (feat "x Activity") : x는 activity 명

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%