Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bootstrap
- github io
- There isn’t anything to compare
- API 토큰
- dart 변수
- npm styled-reset
- API token
- icon
- getModifierState
- rewrites
- ngrok설치
- Git
- nextjs 설치
- createGlobalStyle
- git lab
- typescript react
- fetch
- input type=file
- SCSS
- react
- styled components
- ngrok실행
- react typescript
- next.js css
- react env
- nextjs .env
- CSS
- 컨디셔널 렌더링
- github
- nextjs
Archives
- Today
- Total
꾸준히 성장하는 개발자
git commit -m ? git commit ? 본문
-m
m 플래그를 작성하게 되면 원래 파일에 들어가 있는 메시지가 지워지고 작성이 되기 때문에
1. 덮어쓸 수 있는 가능성
2. 윗줄에 쓰여 있는것을 수정할수 없다.
권장하지는 않는다.
git commit을 쓰고 enter를 치게 되면 위 사진처럼 띄워지는데
이때 제목과 내용을 작성해주면 된다
먼저 제목을 작성하고 엔터 2번후 내용을 작성한다.
메시지를 작성하고 저장을 한다.
저장후 나가기 : :wq
https://www.conventionalcommits.org/ko/v1.0.0/
Conventional Commits
커밋 메세지에 사용자와 기계 모두가 이해할 수 있는 의미를 부여하기 위한 스펙
www.conventionalcommits.org
'Git' 카테고리의 다른 글
[Git] 이미 푸시된 파일 .gitignore 넣어서 되돌리기 (0) | 2023.07.19 |
---|---|
[Git 에러] There isn’t anything to compare. entirely different commit histories. (0) | 2022.07.27 |
[Git 에러] remote: HTTP Basic: Access denied fatal: Authentication failed for (0) | 2022.06.13 |
[Git] Github Fork / git flow / Pull Request (0) | 2022.05.31 |
[Git] gh-pages (0) | 2022.05.14 |