/github - 레포지토리 생성, add commit push 등

771 단어 gitgithubgit

REPOSITORY 생성 과정

TOP -> BOTTOM : github에서 repo 생성 후
local repo(cli)에서 clone한 뒤 add/commit/github에 push

BOTTOM -> TOP : local repository(cli)에서 repo create 한 뒤 
mkdir {reponame}, copy top-repo address
git init/remote/add/commit/github에 push

주로 top to bottom (clone) 방식을 자주 사용한다. (셋팅면에서 유리)

commit convention

*blob의 단위는 항상 동작하는 단위로

commit의 내용은 50자내외
제목과 내용사이 한 칸

prefix(머리말)를 사용해 한 눈에 커밋용도를 알기 쉽게 한다

feat (features:기능개발)
docs (documentations:문서형식)
conf (configurations:환경설정)
test (test:테스트)
fix (bug-fix:버그수정)
refactor (refactoring:코드개선)
ci (Continuous Intergration :코드자동화)
build (부산물 등)
perf (Performance)

좋은 웹페이지 즐겨찾기