Coder Social home page Coder Social logo

frontend's Introduction

Git

git convention

태그이름 설명
feat 새로운 기능 추가
fix 버그 수정
design css 등 사용자 UI 수정
style 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우
refactor 코드 리팩토링
comment 필요한 주석 추가 및 변경
docs 문서 수정
chore 패키지 매니저 설정
rename 파일 혹은 폴더명 수정하거나 옮기는 작업
remove 파일을 삭제하는 작업만 하는 경우
[convention 명] : 커밋 내역

ex ) [feat] : add chat feature

git 사용 관련

feature branch 파실 때는 develop에서 작업해주세요

 git checkout develop  // develop 브랜치로 이동 
 
 git pull // develop 브랜치 업데이트
 
 git branch [convention]-[이슈번호]-[기능 이름]     // ex ) git branch feature/1-eslint-setting
 
 git checkout [convention]-[이슈번호]-[기능 이름]
 
 ( 기능에 관련된 작업 후 커밋 )
 
 git push origin [convention]-[이슈번호]-[기능 이름]

frontend's People

Contributors

eunbae0 avatar mei-zy avatar jjsk109 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.