Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
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 |
Tags
- ํ ์ดํ๋ก์ ํธ
- CSS
- ํ์ด์ฌ
- ํ๋ก์ ํธ
- mongodb
- ๋ ธ๋ง๋์ฝ๋
- ๊ฐ๋ฐ
- ๋ฐฑ์ค
- fe
- KDT
- heapq
- ํ๋ก ํธ์๋
- react
- ํ๋ก๊ทธ๋๋จธ์ค
- JS
- ํฌ๋กค๋ง
- ์ฝ๋ฉ
- error
- ์๊ณ ๋ฆฌ์ฆ
- Python
- node.js
- ๋ชจ๊ฐ์ฝ
- Til
- ๊ตญ๋น์ง์
- ์ฝ๋ฉํ ์คํธ
- javascript
- ๋๋ฆผ์ฝ๋ฉ
- ๊ทธ๋ฆฌ๋
- HTML
- ์ฝ๋ฉ์ ํ
Archives
- Today
- Total
๋ชฉ๋กGit์ ๋ฌธ (1)
๐ฑ → ๐ณ
[Git] Git ์ด๋?
Git ์ด๋, Linux ๊ธฐ๋ฐ VCS(Version Control System) ๐ Git ์ค์นํ๊ธฐ ๐ Git, ์์ํ๊ธฐ(CLI) git config --global user.name "์ด๋ฆ" git config --global user.name git config --global user.email "์ด๋ฉ์ผ" git config --global user.email git config --global init.defaultBranch main ๐ Git, ์ฌ์ฉํ๊ธฐ git status // git ํ์ฌ ์ํ ํ์ธ git add . // ์ ์ฒด add git commit git commit - i - ๋ฉ์์ง ์ ๋ ฅ - esc - :wq git commit -m "commit message" ๐ Git ignor..
Git
2022. 6. 4. 01:09