commands

1. ํŠน์ • ๋ธŒ๋žœ์น˜๋งŒ clone ํ•˜๊ธฐ

  • git clone -b {branch_name} --single-branch {์ €์žฅ์†Œ URL}

    • ex) git clone -b javajigi --single-branch https://github.com/javajigi/java-racingcar

2. git add ์ทจ์†Œํ•˜๊ธฐ, git commit ์ทจ์†Œํ•˜๊ธฐ, git push ์ทจ์†Œํ•˜๊ธฐ

Last updated