- ๊น ์ด๊ธฐ
์์ํ๋ ค๋ ํด๋์์ ์ฐํด๋ฆญ > Open Git Bash here
- ๊น ์์ํ๊ธฐ
$ git init
- ๊น ์ด๊ธฐ ์ธํ
$ git config --global user.name "๋ณธ์ธ์ด๋ฆ์์ด"
$ git config --global user.name ๋ณธ์ธ์ด๋ฉ์ผ
$ git config --list
- ๊นํ๋ธ ํ์๊ฐ์
- ๊นํ๋ธ ์ฐ๊ฒฐํ๊ธฐ
$ git remote add origin ๋ณธ์ธ๊น๊ณ์ // ์๊ฒฉ์ ์ฅ์ ์ถ๊ฐ
$ git push origin master // ์๊ฒฉ์ ์ฅ์์ ์ ์ฅ
// ํด๋ ์์์ git bash ์คํ
$ git config --global user.name " "
$ git config --global user.email " "
$ git init
$ git add .(๋ชจ๋ ํ์ผ) // git add ํ์ผ์ด๋ฆ.ํ์ผํ์
$ git status
$ git commit -m " "
$ git remote add origin (๋ณธ์ธ๊นํ๋ธ ํ๋ก์ ํธ๋งํฌ)
$ git push -u origin master
- ์๋ฌ :: ์ปดํจํฐ์ ๋ค๋ฅธ ๊น ๊ณ์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ
window์๊ฒฉ์ฆ๋ช ๊ด๋ฆฌ > ๊น๊ด๋ จ์๊ฒฉ์ฆ๋ช ๊ด๋ฆฌ๋ฅผ ์ญ์ ํ๋ค.
*** git ์๋ ์ ๋ก๋ ํ๋ก๊ทธ๋จ ***
https://hyejux.tistory.com/659