no image
[영어회화][일상 영어][영어 회화][NUM-3] 공부하기(5문장)
- 파파고 번역으로 공부하는 영어회화 도전해보세요~!- 자신의 생각을 영어로 바꿔보기 1. 오늘 날씨는 우중충해.- The weather is gloomy today. 2. 오늘 책을 꽤 많이 읽어서 뿌듯해 - I'm proud that i read a lot of books today. 3.  경제 공부를 할거야-  I will study economics. 4. 오늘 너무 피곤해서 커피를 마셨어.- I drank coffee today beacuse i was very tired. 5. 카페인의 힘이란.. - The power of caffeine is..
2024.04.15
no image
[영어회화][일상 영어][영어 회화][NUM-2] 공부하기(6문장)
- 파파고 번역으로 공부하는 영어회화 도전해보세요~! - 자신의 생각을 영어로 바꿔보기 1. 피부가 탔어 - My skin is tanned. 2. 오늘 날씨 어때? - How is the wearther today? 3. 오전에 금융 영상을 봤어 - I saw a financial video in the moring. 4. 너무 화나 - I'm so angry. 5. 매우 어려워 - It's very difficult 6. 난 햇빛에 피부가 타는 게 싫어 - I don't like my skin buring is the sun.
2024.04.01
no image
[영어회화][일상 영어][영어 회화][NUM-1] 공부하기(5문장)
- 파파고 번역으로 공부하는 영어회화 1. 아 졸려, 배고파 - I'm sleepy. I'm getting sleepy. / I'm hungry. 2. 오늘 점심 뭐 먹어? - What are you having for lunch today? 3. 점심 메뉴 추천해 줘 - Please recommend a lunch menu. 4. 여행 가고 싶다. - I want to go on a trip. 5. 커피 마시고 싶다. - I want to drink coffee.
2024.03.22
no image
마우스 커서 수시로 나타나는 문제 해결
위 사진 처럼 클릭하는 곳마다 커서가 뜸. 해결방안 크롬 설정 -> 검색에 '커서' 검색 -> '텍스트 커서로 페이지 탐색' 해제 -> 완료!!
2023.12.04
no image
[Git] 커밋 되돌리기(푸쉬 전 일 때) 한 문장으로 끝남
아래처럼 입력하면 커밋 메세지 수정, 파일 수정도 다 가능!!git reset --soft HEAD^
2023.11.08
no image
[React] onclick setstate is not a function
멍청한 짓 엄청 함.. - button onClick에 setState를 넣어서 값 변경하는데 안바뀜 - setState is not a function 이 계속 뜸 - 잘못된 코드 const {isThemeUpdate, setIsThemeUpdate} = useState(false); - 올바른 코드 const [isThemeUpdate, setIsThemeUpdate] = useState(false);
2023.03.07
no image
[React] style에 if문 조건문 넣기
2023.02.15
no image
[Git] git revert error
1. git revert 하는 법git revert .. 아래와 같은 에러가 떴음On branch master Your branch is behind 'origin/master' by 3 commits, and can be fast-forwarded.   (use "git pull" to update your local branch) Revert currently in progress.   (run "git revert --continue" to continue)   (use "git revert --skip" to skip this patch)   (use "git revert --abort" to cancel the revert operation) Changes not staged for commit..
2022.08.23

 

- 파파고 번역으로 공부하는 영어회화

 

도전해보세요~!

- 자신의 생각을 영어로 바꿔보기

 

1. 오늘 날씨는 우중충해.

- The weather is gloomy today.

 

2. 오늘 책을 꽤 많이 읽어서 뿌듯해 

- I'm proud that i read a lot of books today.

 

3.  경제 공부를 할거야

-  I will study economics.

 

4. 오늘 너무 피곤해서 커피를 마셨어.

- I drank coffee today beacuse i was very tired.

 

5. 카페인의 힘이란.. 

- The power of caffeine is..

 

 

 

- 파파고 번역으로 공부하는 영어회화

 

도전해보세요~!

- 자신의 생각을 영어로 바꿔보기

 

1. 피부가 탔어

- My skin is tanned. 

 

2. 오늘 날씨 어때?

- How is the wearther today?

 

3. 오전에 금융 영상을 봤어

- I saw a financial video in the moring.

 

4. 너무 화나

- I'm so angry.

 

5. 매우 어려워

- It's very difficult

 

6. 난 햇빛에 피부가 타는 게 싫어

- I don't like my skin buring is the sun.

 

- 파파고 번역으로 공부하는 영어회화

 

1. 아 졸려, 배고파

- I'm sleepy. I'm getting sleepy. / I'm hungry.

 

2. 오늘 점심 뭐 먹어?

- What are you having for lunch today?

 

3. 점심 메뉴 추천해 줘

- Please recommend a lunch menu.

 

4. 여행 가고 싶다.

- I want to go on a trip.

 

5. 커피 마시고 싶다.

- I want to drink coffee. 

 

위 사진 처럼 클릭하는 곳마다 커서가 뜸.

 

해결방안

크롬 설정 -> 검색에 '커서' 검색 -> '텍스트 커서로 페이지 탐색' 해제 -> 완료!!

 

아래처럼 입력하면 커밋 메세지 수정, 파일 수정도 다 가능!!

git reset --soft HEAD^

 

멍청한 짓 엄청 함.. 

 

- button onClick에 setState를 넣어서 값 변경하는데 안바뀜

- setState is not a function 이 계속 뜸 

 

 

- 잘못된 코드

const {isThemeUpdate, setIsThemeUpdate} = useState(false);

- 올바른 코드

const [isThemeUpdate, setIsThemeUpdate] = useState(false);

 

 

<div style={isStyle? {width:'20px'}: null} />

<div style={isStyle? {width:'20px'}: {width: '20%'} />

 

[Git] git revert error

냥치기소녀
|2022. 8. 23. 14:09

1. git revert 하는 법

git revert <되돌아 갈 과거 커밋>..<되돌리기 시작할 최근 커밋>

 

아래와 같은 에러가 떴음

On branch master
Your branch is behind 'origin/master' by 3 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Revert currently in progress.
  (run "git revert --continue" to continue)
  (use "git revert --skip" to skip this patch)
  (use "git revert --abort" to cancel the revert operation)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)

 

 


  revert를 계속할거면 git revert --continue를 하면됨

 

 

2. git push

git push origin master

난 master 브랜치에 할거였기 때문에 master로 했음

 

하지만 위에 처럼 했을 때 에러뜸

 ! [rejected]          master -> master (non-fast-forward)
error: failed to push some refs to

 

강제 푸쉬를 해줬음 (조심해야한다고함)

아래 코드가 강제 푸쉬하는 코드

git push -f origin

 

또 안됐음

 

브랜치 Protected 풀어야한다고함

 

2-1. GitLab repository / 설정 / 저장소 / Protected Branches - expend 클릭 / master branch가 등록되어 있는 데 옆에 Unprotect를 누르기

 

2-2. 강제 푸쉬 다시 하기

 

 

완료!!!