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
- SWEA
- Python
- Priority Queue
- aws
- 알고리듬
- Data Structure
- GitHub
- Linked list
- gpdb
- Trie
- Back tracking
- Algorithm
- 알고리즘
- CSV
- JavaScript
- 시뮬레이션
- BFS
- DFS
- programmers
- 코테
- boj
- 코딩테스트
- django
- hash table
- 모의SW역량테스트
- Vue.js
- spring boot
- SQL
- Bruth Force
- 구현
Archives
- Today
- Total
hotamul의 개발 이야기
[Git] 개발 환경 (local)에서 remote branch랑 matching 본문
❯ git branch -u origin/development development
origin/development
(remote branch : development
)와 나의 local에서 development
라는 branch를 연결 시켜주는 명령어.
'Dev. > Git' 카테고리의 다른 글
[Git] 파일 수정 후 다시 커밋 (0) | 2021.11.10 |
---|---|
[Git] Github에 프로젝트 업로드 (0) | 2021.11.10 |
Comments