일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- jQuery
- Firebase
- 이클립스
- Eclipse
- CSS
- JavaScript
- jsp
- 코딩
- 자바
- 기업설명회
- error
- restapi
- vscode
- java
- ChatGPT
- myBatis
- 깃허브
- 티스토리챌린지
- 오블완
- bootstrap
- github
- spring
- 스파르타코딩클럽
- SQLD
- SQL
- HTML
- Spring Security
- 배포
- AJAX
- 웹개발
- Today
- Total
푸들푸들
1031 Github Token 발급, Commit, Push, 내려받기 본문
GitHub · Build and ship software on a single, collaborative platform
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
github.com
Token 발급
Settings > Developer > Personal access tokens > tokens
Spring Commit & Push
프로젝트 우클릭 > Team > Share Project - Git
Team > Commit > ++ (commit &push)
Commit 메시지는 최대한 자세하게
push만:
먼저 복사하고
Team > Remote > Push (복사를 먼저 하고 들어가야 Location이 자동으로 채워짐)
파일을 수정하면 Unstaged Changes 목록에 파일이 뜸
-> +: staged Changes에 추가됨
-> Commit Message 추가하고 Commi and Push
지금은 뭔가 오류가 있어 Push 따로 진행
All Branches 누르고 Finish!
깃허브 확인해보기
프로젝트 내려받기
깃 코드 복사부터
Pesrpectice -> Git -> Clone a Git repository
File > Import
Root Directory : 아까 내려받은 폴더 선택
'구디아카데미 > JAVA' 카테고리의 다른 글
1101 [Sakila] staffOne (2) | 2024.11.01 |
---|---|
1101 [Sakila]로그아웃, 유효성 검사 (3) | 2024.11.01 |
1031 [Sakila] Spring 로그인 (1) | 2024.11.01 |
1030 Spring 기본 (0) | 2024.10.30 |
1030 Spring 세팅 (2) | 2024.10.30 |