Computer Science ๐ŸŒ‹/Git

Computer Science ๐ŸŒ‹/Git

Git Commands

Git Client Install(Git ํด๋ผ์ด์–ธํŠธ ์„ค์น˜) $ sudo apt install git Git Contribution Setting (Github์„œ๋ฒ„์— ์˜ฌ๋ฆด๋•Œ ์ž‘์„ฑ์ž) $ git config --global user.name "~" $ git config --global user.email "~@gmail.com" Set VScode as a default editor(VScode๋ฅผ ๊ธฐ๋ณธ ์—๋””ํ„ฐ๋กœ ์ง€์ •) $ git config --global croe.editor code-oss Set Root folder as a local storage (ํ•ด๋‹น ๋ฃจํŠธํด๋”๋ฅผ ๋กœ์ปฌ ์ €์žฅ์†Œ๋กœ ์ง€์ •) $ git init Command to check $ ls -a // sucess if you see .git D..

KB0129
'Computer Science ๐ŸŒ‹/Git' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๊ธ€ ๋ชฉ๋ก