Skip to content

Commit 37442ae

Browse files
committed
Resolve merge conflict
Related to ca9dc1c
1 parent ac04513 commit 37442ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@
4949

5050
### Push 하기
5151

52-
<<<<<<< HEAD
53-
1. `git add -A && git commit -m "My message"` (`My message` 부분을 `Fixed header logo on Android` 같은 커밋 메시지로 교체)를 실행하여 변경한 파일들을 commit 해주세요.
54-
=======
55-
1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes
56-
>>>>>>> 957f0b3a4067a9ba46d1ffda898658925ffa0549
52+
1. `git add -A && git commit -m "My message"` (`My message` 부분을 `Fix header logo on Android` 같은 커밋 메시지로 교체)를 실행하여 변경한 파일들을 commit 해주세요.
5753
1. `git push my-fork-name the-name-of-my-branch`
5854
1. [reactjs.org repo](https://github.com/reactjs/reactjs.org)에서 최근에 푸시된 브랜치를 볼 수 있습니다.
5955
1. Github 지침을 따라주세요.

0 commit comments

Comments
 (0)