We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# Download and install Git git config --global user.name "dongwook lee" git config --global user.email [email protected] # Clone codeport/ios repository cd my_dir git clone https://[email protected]/codeport/ios.git laodan-study cd laodan-study mkdir {my_id} cd {my_id} # Commit and push your job git add . git commit -m "Finally, I did it! 해냈어요 여러분." git push origin