1. [NPM] 패키지 배포

    들어가기에 앞서

    이 글은 가장 간단하게 패키지를 생성하고 테스트(생략가능)하고 배포하는 기본적인 방법을 다룹니다. hierarchy-data 라 …

    read more
  2. [git] 기본 명령어

    git init

    • 해당 디렉토리를 git 저장소로 이용

    git branch -M

    • master 브랜치로 사용할 이름을 수정
    git branch -M release
    

    git remote add

    • remote repository의 alias를 지정
    git remote add origin https://github …
    read more

links

social