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
- Bruth Force
- programmers
- 알고리듬
- 구현
- CSV
- Algorithm
- aws
- 시뮬레이션
- DFS
- Python
- Data Structure
- SWEA
- 코딩테스트
- BFS
- Trie
- JavaScript
- django
- gpdb
- 모의SW역량테스트
- spring boot
- 코테
- SQL
- hash table
- Vue.js
- GitHub
- Back tracking
- boj
- 알고리즘
- Priority Queue
- Linked list
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