/github - 레포지토리 생성, add commit push 등
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)
Author And Source
이 문제에 관하여(/github - 레포지토리 생성, add commit push 등), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@dlstjr1106/329gitgithub-레포지토리-생성-add-commit-push-등저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)