Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MariaDB
- Javascript
- Linux
- top
- Python
- 명령어
- rsync
- SQL
- mssql
- git
- API
- 트랜잭션
- spring
- DBMS
- docker
- group by
- network
- analytics4
- 티스토리챌린지
- PostgreSQL
- IntelliJ
- JPA
- 자바
- 리눅스
- oracle
- 오블완
- java
- MongoDB
- mysql
- 차이점
Archives
- Today
- Total
hanker
eclipse - 새로 생성된 Git branch 가져오기 본문
반응형
1. Git Repository → github Project 우클릭 → Fetch from origin
2. Configure 클릭
반응형
3. Modify... 클릭
4. Remote brach or tag : refs/heads/* , Tracking branch : refs/remotes/origin/* 변경 후 OK
5. Save and Fetch 버튼을 클릭하면 git branch에 새로 생성된 branch를 불러올 수 있다.
반응형
'CI, CD > GIT' 카테고리의 다른 글
Git - git remote branch 삭제 (로컬브랜치 / 원격브랜치) feat. linux (1) | 2024.11.15 |
---|---|
Linux - Github 프로젝트 가져오기 (0) | 2024.11.14 |
Github - Repository Deploy Key 설정 (0) | 2024.11.06 |
Intellij에서 Github 소스 가져오기 (Clone Repository) (0) | 2024.10.26 |
GIT - 로컬 Repository 수정사항 github에 push/ commit 하기 (0) | 2020.09.25 |