-
git cherry-pick ์ฒด๋ฆฌํฝ ์จ๋ณด๊ธฐcode/github 2023. 10. 20. 11:39
git cherry-pick๐
๋ค๋ฅธ ๋ธ๋์น์ ์๋ ์ปค๋ฐ์ ์ ํํ์ฌ ๋ด ๋ธ๋์น์ ์ ์ฉ์ํฌ ๋ ์ฌ์ฉํ๋ ๋ช ๋ น์ด
git cherry-pick d090a8b[์ปค๋ฐID]
์๋ ๋ณํฉ: -[ํ์ผ๊ฒฝ๋ก]-/ChatRoomView.swift
error: ๋ค์์ ์ ์ฉํ (apply) ์ ์์ต๋๋ค: d090a8b... [Fix] ์ด์ ์ฑํ ๋ฐฉ์ด ๋ณด์ด๋ ์ค๋ฅ ์์
ํํธ: After resolving the conflicts, mark them with
ํํธ: "git add/rm <pathspec>", then run
ํํธ: "git cherry-pick --continue".
ํํธ: You can instead skip this commit with "git cherry-pick --skip".
ํํธ: To abort and get back to the state before "git cherry-pick",
ํํธ: run "git cherry-pick --abort".git cherry-pick --continue
error: ๋ณํฉํ์ง ์์ ํ์ผ์ด ์์ผ๋ฏ๋ก, ์ปค๋ฐํ ์ ์์ต๋๋ค.
ํํธ: ์์ ํด๋์์ ๋ฌธ์ ๋ฅผ ๋ฐ๋ก์ก์ ๋ค์, 'git add/rm <ํ์ผ>'์ ์ ์ ํ
ํํธ: ์ฌ์ฉํด ํด๊ฒฐ ํ์ํ๊ณ ์ปค๋ฐํ์ญ์์ค.
fatal: ํด๊ฒฐํ์ง ๋ชปํ ์ถฉ๋ ๋๋ฌธ์ ๋๋ฉ๋๋ค.-> xcode์์ ์ปจํ๋ฆญ ๋๊ฑฐ ํด๊ฒฐํด์ฃผ๊ณ ์ด
git add [ํ์ผ๊ฒฝ๋ก๋ช ์ธ]/ChatRoomStore.swift
git cherry-pick --continue
commit log ์ด๋ป๊ฒ ๋จ๊ธธ๊ฑด์ง ๋ํ๋๊ณ ํ ์คํธ ํธ์ง๊ธฐ ๋ซ์์ฃผ๋ฉด ์ปค๋ฐ ์๋ฃ
'code > github' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Pull Request, Merge, git pull ์ ๋ต(--rebase, --ff-only) (0) 2023.07.22