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..