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
- regex_search
- CentOS7
- grafana dashboard
- c3 second
- semanage
- subporcess path
- 1697
- python subprocess
- python popen
- gcc regex
- c++ 정규식
- influxdb 설치
- 정규식 컴파일
- gcc 업데이트
- g++ 업데이트
- telegraf
- snmp
- 정규식 활용
- 백준
- linux시간으로 변경
- c3 축 가리기
- centos pyhon 설치
- python os
- snmp test
- InfluxDB
- 정규식 문자열 출력
- c3 초
- c3 step graph
- c3 축 없애기
- selinux port 등록
Archives
- Today
- Total
리셋 되지 말자
git commit 수정하는법 본문
Pull Request를 할 때, git config 설정이 잘못 되어있으면 CLA가 안됨. (git config --global user.email, user.name 같은게 수정 안될때)
git reset HEAD~1
git add <추가할 파일들>
git push
git commit -m "커밋 메시지"
git push --force
# pull request의 commit id가 같아서 push가 안된다. --force로 강제로 푸쉬
'Git' 카테고리의 다른 글
| detached HEAD 해결 (2) | 2021.03.12 |
|---|---|
| upstream에서 rebase pull 받기 (0) | 2021.03.12 |
| branch 삭제 및 원격지에 반영 (0) | 2021.03.08 |
| push 후 .gitignore 적용 (0) | 2021.03.04 |
| github 화살표 디렉토리 (2) | 2020.10.05 |
Comments