์ง๋ ๋ฒ์ git bash๋ก commit push ํ๋ ๋ฐ ๊ณ์ ์๊ฒฉ์ด ์๋ค์๋ ๋ญ ๊ทธ๋ฐ ์ค๋ฅ๊ฐ ๋ ์
์ ์ดํ > ์ฌ์ฉ์๊ณ์ > ์๊ฒฉ์ฆ๋ช ๊ด๋ผ์ > ์น ์๊ฒฉ ์ฆ๋ช ๊ด๋ฆฌ ๋ค์ด๊ฐ์ git ์์ด๋ ๋น๋ฒ ๋ฐ๊ฟจ๋๋ฐ,
๋ ์ด๋ฐ ์ค๋ฅ๊ฐ ๋ด๋ค.
๊ทธ๋์ ์ฒ์๋ถํฐ init์ ๋ค์ํจ
git init (reinitialized)
git add . (re commit)
git status (add ๋๊ฑฐ ํ์ธ)
git commit -m "second commit"
git remote add MyMovie http://๋ด ๋ ํผ์งํ ๋ฆฌ ์ฃผ์//.git
(์ด๋ค ๋ธ๋ก๊ทธ์์ ssh๊ฐ ์๋๋ผ http๋ก ํ๋ฉด ๋๋ค๊ธธ๋ ์ด๊ฑธ๋ก ๋ค์ํจ)
git config --list (์ฌ๊ธฐ์ ๊ฐ์๊ธฐ END๋จ๊ณ ์๋๊ฐ์ง,, ๊ทธ๋์ q๋๋ฌ์ ๊ทธ๋ฅ ํ์ถํจ)
git push MyMovie master
๋!
๋ฐ์ํ
'๐ป Computer > Android' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
SQLite Database ์ Content provider (0) | 2020.11.23 |
---|---|
Android ์ธ๋ถ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ฌ์ฉํ๊ธฐ (1) | 2020.08.07 |
RecyclerView Click Event ์ฒ๋ฆฌ ๋ฐฉ๋ฒ 2๊ฐ์ง (0) | 2020.07.25 |
Type androidx.activity.R is defined multiple times (0) | 2020.07.23 |
Intent์์ Context (0) | 2020.07.23 |