Skip to content
김희준 edited this page Oct 15, 2016 · 6 revisions
git clone 사용자명@호스트:/경로
git commit -m "커밋내용"
git push origin master

commitgit please tell me who you are 나오면

git config user.name "slahsk"
git config user.email "slahsk12@gmail.com"

commitfilename too long 나오면

git config --system core.longpaths true

Clone this wiki locally