There was an error while loading. Please reload this page.
# Download and install Git git config --global user.name "dongwook lee" git config --global user.email i015005@gmail.com # Clone codeport/ios repository # nephilim은 특정 사용자 id cd my_dir git clone https://nephilim@github.com/codeport/ios.git laodan-study cd laodan-study mkdir nephilim cd nephilim # Commit and push your job git add . git commit -m "Finally, I did it! 해냈어요 여러분." git push origin