Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준
- math
- greedy
- HTML
- scss
- 알고리즘
- JavaScript
- Algorithm
- 컴포넌트
- 파이썬
- JS
- sorting
- array
- 변수
- SasS
- 프로그래머스
- github
- 코딩테스트
- dynamic programming
- 자료구조
- JavaSceipt
- string
- 자료형
- leetcode
- computed
- java
- vue.js
- CSS
- hash table
- Python
Archives
- Today
- Total
Posis
[VsCode] Commit 덮어쓰기 본문
Git commit 덮어쓰기
작업하던 내용을 전에 했던 커밋에 같이 넣고 싶은 내용이어서 덮어쓰고 싶을 경우
1. 덮어쓸 파일을 add .
2. git commit --amend
3. :wq -> Enter
728x90
'Git' 카테고리의 다른 글
[Git] .gitignore가 적용이 안될 경우 해결 방법 (0) | 2021.08.28 |
---|