1. github에서 프로젝트(저장소) 생성
2. 공유하고 싶은 자바 파일 propertis 그 폴더 안에서 git bashere
2. git config --global user.name "dureotkd"
git config --global user.email "dureotkd123@naver.com"
(pwd로 공유하고싶은 폴더 확인가능)
3. git init ( 작업 폴더 옆에 저장소 생성 )
작업폴더 안에서 브라켓이나 ㅏ뭐 암거난로 열어준담에 .gitignore 거기안에 필요없는거 작성후 저장
그 후 git status 로 확인 가능..
4 git add . 현재 폴더 안에잇는거 전부 넣어주고 저장소에
5 git commit -m "프로젝트 생성"
6 git remote add origin https://github.com/dureotkd/java-mysql_board.git
git remote 확인
git remote remove origin 하면 지울수잇음 잘못넣엇을때..
( git remote -v )
2개 나오면 잘나온거
git push origin master
git clone 도메인 주소