#github
Read more stories on Hashnode
Articles with this tag
Iโm excited to share that I have officially earned the GitHub Foundations Certification! ๐ This certification validates my knowledge of GitHubโs core...
Go to a open source project of your interest and press the fork button Click create fork Press Code button and copy the url Now go to your...
์์ ์์: ๊น ์ง์ญ ์ ์ฅ์ ์์ฑ: git init ๊น ์ฌ์ฉ์ ๋ฑ๋ก: git config ๊นํ๋ธ ์๊ฒฉ ์ ์ฅ์ ์์ฑ ์ง์ญ ์ ์ฅ์์ ์๊ฒฉ ์ ์ฅ์ ๋ฑ๋ก: git remote add .gitignore ํ์ผ ์์ฑ ํ์ผ ๋ฑ๋ก ๋ฐ ์ปค๋ฐ ์์ฑ: git add, git...
๊น/๊นํ๋ธ ์์ค ๊ด๋ฆฌ ๊ธฐ๋ณธ ํ๋ฆ 1. git init ===์ง์ญ ์ ์ฅ์=== 2. ์์ ๋๋ ํ ๋ฆฌ 3. git add ์คํ ์ด์ง ์์ญ 4.git commit ์ง์ญ ์ ์ฅ์ git pushโฝ / git pullโณ ===์๊ฒฉ ์ ์ฅ์=== ํ๋ฆ ์ง์ญ ์ ์ฅ์ -> ๊นํ๋ธ(์๊ฒฉ...
๊น์ ์ฅ์ ์ด๋ ฅ ๊ธฐ๋ก ๋ฐ ์ถ์ ์๊ฒฉ ์ ์ฅ์ ๋ฐ ๊ณต์ ์๊ฒฉ ์ ์ฅ์์ ๋ฌธ์ ๊ฐ ์๊ฒจ๋ ๋ก์ปฌ ์ ์ฅ์๋ฅผ ์ด์ฉ ๋ณ๊ฒฝ ์ด๋ ฅ ๋ณํฉ ์ฌ๋ฌ์ฌ๋์ด ๋ณ๊ฒฝํ ๋ ํตํฉํ ์ ์์ git init git config user.name "๊นํ๋ธ ๊ณ์ ์ username" git config...