๐ Git merge ์ฌ์ ์ค์
- git configuration file open
git config --global -e
- git merge ์ค์ ์ต์ ์ถ๊ฐ
[merge]
tool = vscode
[mergetool]
cmd = "code --wait $MERGED"
๐ Git merge
- ํ์ฌ ์์นํ Branch์ ๋ค๋ฅธ Branch๋ฅผ ๋ณํฉ
git merge branch_name2
๐ Git merge conflict
๐งท merge ์ค conflict (์ถฉ๋์ ๋ง๋ฌ์ ๋)
- git mergetool ์ ์คํ์์ผ ๋ฐ์ดํฐ๋ฅผ ์ ๋ฆฌํ ํ, commit ์งํ
git mergetool
'Study_note(zb_data) > Git' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์คํฐ๋ ๋ ธํธ (Git tag) (0) | 2023.09.03 |
---|---|
์คํฐ๋ ๋ ธํธ (Git log, diff) (0) | 2023.09.03 |
์คํฐ๋ ๋ ธํธ (Git_Branch ๊ด๋ฆฌํ๊ธฐ) (0) | 2023.08.31 |
์คํฐ๋ ๋ ธํธ (Git_remote repository ์์ฑ, ๋ณต์ ) (0) | 2023.08.31 |
์คํฐ๋ ๋ ธํธ (about Git) (0) | 2023.08.31 |