git - Gakgu/Gakgu.github.io GitHub Wiki
git์ด๋?
๋ฒ์ ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ.
์ค์น
$ pacman -S git
์ฌ์ฉ๋ฒ
- ์ด๊ธฐ์ค์
$ git config --global user.name "Your Name Here"
$ git config --global user.email "[email protected]"
- ์๋ก์ด ์ ์ฅ์ ๋ง๋ค๊ธฐ
$ git init
- ๊ธฐ์กด์ ์ ์ฅ์ ์ฌ์ฉํ๊ธฐ
$ git clone ์ฃผ์
- ์ด์ ์ปค๋ฐ์ผ๋ก ๋๋์๊ฐ๊ธฐ
$ git reset // or git reset g54bxl...
$ git checkout *
$ git clean -df