TIL/JAVA
23.04.21
J1-H00N
2023. 4. 21. 20:54
git을 이용해 프로젝트 올리기, wiki, markdown 사용해보기
마크다운 문법
더보기
# : h1
## : h2
* : 리스트
> : 인용문
** ** : 굵은 글씨
_ _ : 기울여 쓰기
``` ``` : 코드
eclipse에서 프로젝트 공유하기
프로젝트 우클릭 -> team -> share project -> use or create repository ~~ 체크 -> 프로젝트 클릭 -> create repository
-> 프로젝트 우클릭 -> team -> add to index -> 프로젝트 우클릭 -> team -> commit -> 메시지 작성 -> commit
-> 프로젝트 우클릭 -> team -> push branch 'master' -> github repository url 입력 -> push
프로젝트 수정후
commit 한 후 push or git staging에서 staged한 뒤 commit and push 하면 된다.