GIT
ISSUE12 :: git commit message
ISSUE12 :: git commit message
2020.08.20최근에 git-cz 를 받고 어떻게 message 를 작성할까 고민을 많이 했다. *ref ; https://djkeh.github.io/articles/How-to-write-a-git-commit-message-kor/ 단순하게 몇가지 example을 보면서 좋은 commit message를 확인해보자. 제목을 명령문으로 쓰는것은 git's built-in convention 을 따른다고 소개되어 있습니다. e.g) Fixed bug with apache-beam 본문은 평서문으로 작성한다고 합니다. (본문을 구체적으로 써본적은 없네....) 가장 흥미롭게 읽었던것은 이슈번호이다. {동작} #번호 - 내용 e.g) Test #30 - [Context] 이슈 번호와 연결할 수 있는 링크가 생성된다고 합..
SSATUBE04 :: git branch -d <BRANCH>: Fatal - Couldn't look up commit object for HEAD
SSATUBE04 :: git branch -d <BRANCH>: Fatal - Couldn't look up commit object for HEAD
2019.12.25git branch -d : Fatal - Couldn't look up commit object for HEAD 문제가 발생했을 때 git branch -D 를 사용합니다.
SSATUBE02 :: dev 2019.12.13 - @babel/core,
SSATUBE02 :: dev 2019.12.13 - @babel/core,
2019.12.14#issue “code .” Not working in Command Line for Visual Studio Code on OSX/Mac => https://stackoverflow.com/questions/29955500/code-not-working-in-command-line-for-visual-studio-code-on-osx-mac, 부팅 이후 매번 path를 install 해야 하나보다. #issue Error: Cannot find module '@babel/core' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) =>npm install @babel/core 로 해결 혹시 아래것이 없어서 발생할 수 ..