์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
- abap
- ์๊ณ ๋ฆฌ์ฆ
- react
- erp
- ๋ฐฑ์ค
- AI
- ์๋ฐ์คํฌ๋ฆฝํธ
- ์์ฐ์ด์ฒ๋ฆฌ
- github
- ์ฝํ
- ํ๋ธ๋ก
- ํ์ด์ฌ
- ํ ์คํธ๋ง์ด๋
- ๋น ๋ฐ์ดํฐ
- ๋ฐ์ดํฐ๋ถ์
- ์ฝ๋ฉํ ์คํธ
- ์๋ง์กด์น์๋น์ค
- tableau
- ํ๋ธ๋ฃจ
- ๊นํ๋ธ
- DFS
- ํ ์คํธ๋ถ์
- nlp
- AWS
- ๋ฆฌ์กํธ
- Git
- ๋ฐ์ดํฐ ๋ถ์
- ๋ฅ๋ฌ๋
- sap
- ์ธ๊ณต์ง๋ฅ
- Today
- Total
๋ชฉ๋กgit pull ์๋ฌ (3)
Hey Tech
โ ์๋ฌ ์ํฉ- branch ์ด๋ ์๋ ์ค ์๊ฒฉ ์ ์ฅ์ ๋ด branch ์ ๋ณด๋ฅผ ์ ๋๋ก ์ฝ์ด์ค์ง ๋ชปํ๋ ์ํฉ ๋ฐ์ - push, pull, merge ๋ฑ ์๊ฒฉ ์ ์ฅ์์ ํต์ ํ ๋ ์ธ์ ๋ ๋ฐ์ํ ์ ์๋ ์๋ฌ ์ค ํ๋๐ ์๋ฌ ๋ฉ์์งfatal: 'development' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.โจ ํด๊ฒฐ ๋ฐฉ๋ฒ2๊ฐ์ง ํด๊ฒฐ ๋ฐฉ๋ฒ์ด ์์ต๋๋ค.์ฒซ ๋ฒ์งธ, ์๊ฒฉ ์ ์ฅ์ ์ ๋ณด ์ ๋ฐ์ดํธ ๋ฐฉ๋ฒ๋ ๋ฒ์งธ, ์๊ฒฉ ์ ์ฅ์ ์ฐ๊ฒฐ ์ ๊ฑฐ ํ ์ฌ์ฐ๊ฒฐ๊ฐ๊ฐ ์์๋ณด๊ฒ ์ต๋๋ค.๐ก ์๋ฃจ์ ..
โ ์๋ฌ ์ํฉ checkout (branch ์ด๋) ๋๋ pull ์ ๋ฐ์ ๐ ์๋ฌ ๋ฉ์์ง error: Your local changes to the following files would be overwritten by checkout: ... Please commit your changes or stash them before you switch branches. Aborting โจ ํด๊ฒฐ ๋ฐฉ๋ฒ Step 1) ๋ณ๋์ฌํญ ์คํ ๋ด ์ ์ฅ stash: ํ์ฌ Staging ์์ญ ๋ด ํ์ผ์ ๋ณ๋์ฌํญ์ ์คํ์ ๋ฃ์ด๋๊ธฐ git stash Step 2) checkout ๋๋ pull ์ํ checkout ํฌ๋ง ์ git checkout [๋ณ๊ฒฝํ branch ์ด๋ฆ] pull ํฌ๋ง ์ git pull origin [bra..
์๋ ํ์ธ์! ์ค๋์ ์๋์ ๊ฐ์ ์๊ฒฉ ์ ์ฅ์ pull ๋์ค ๋ง์ฃผํ ์ ์๋ ์๋ฌ์ ๋์ํ๋ ๋ฐฉ๋ฒ์ ๊ณต์ ํฉ๋๋ค. error: Your local changes to the following files would be overwritten by merge: ... Please commit your changes or stash them before you merge. ๐ฅ ์๋ฌ ์ํฉ ์๊ฒฉ์ ์ฅ์์์ ๋ก์ปฌ๋ก ํ์ผ์ pull ํ๋ ์ค ์๋ฌ ๋ฉ์์ง๋ฅผ ๋ง์ฃผํ์ต๋๋ค. git pull origin main ์๋ฌ ๋ฉ์์ง(๊ทธ๋ฆผ 1)๐ From https://github.com/park-gb/algorithm-problem-solving * branch main -> FETCH_HEAD Updating 840480f..9f7b..