일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코드그라운드
- 피노나치 수열
- Floyd-Warshall
- 분할정복
- VituralBox
- 연속합
- 이분탐색
- 알고리즘
- 나무자르기
- 이분매칭
- 피보나치수열
- Flpyd-Warshall
- 쉬운 계단 수
- 이친수
- 이분 매칭
- 백준
- 최소스패닝트리
- 동적계획법
- 네이버 지도 api
- 축사 배정
- 세그먼트 트리
- 최소신장트리
- SpringBoot
- 알고스팟
- Mysql5.7
- 다이나믹 프로그래밍
- Ubuntu64bit
- tensorflow
- pythonanywhere
- 백트래킹
Archives
- Today
- Total
초보개발자
[Git] branch 관련 command 본문
git branch 생성
$git branch {new-branch-name}
git checkout 시 branch 바로 생성
$git checkout -b {new-branch-name}
git 현재 branch 이름 수정
$git branch -m {new-branch-name}
git branch 삭제
$git branch -D {new-branch-name}
'Git' 카테고리의 다른 글
[Git] Commit 합치기 (squash) (0) | 2018.02.25 |
---|---|
[Git] cmd창에서 처음 시작 (0) | 2017.07.05 |
[Git] git pull 에러 (0) | 2017.06.29 |
[Git] Upload (0) | 2017.06.28 |
Comments