-
Notifications
You must be signed in to change notification settings - Fork 0
김희준 edited this page Oct 15, 2016
·
6 revisions
git clone 사용자명@호스트:/경로
git commit -m "커밋내용"
git push origin master
commit 시 git please tell me who you are 나오면
git config user.name "slahsk"
git config user.email "slahsk12@gmail.com"
commit 시 filename too long 나오면
git config --system core.longpaths true