반응형
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 |
Tags
- Kotlin
- numpy
- math
- string
- list
- Tkinter
- Python
- 파이썬
- Excel
- Apache
- Github
- gas
- GIT
- SQL
- Mac
- dataframe
- PANDAS
- Redshift
- hive
- Google Excel
- PostgreSQL
- array
- c#
- django
- google apps script
- Java
- matplotlib
- Google Spreadsheet
- PySpark
Archives
- Today
- Total
목록git branch -r (1)
달나라 노트
Github - Branch 생성과 branch 목록조회
git에서 branch라는 것을 이용하면 병렬과 같은 형태로 작업을 하고 합치는 등의 작업을 할 수 있습니다. 그러면 branch를 어떻게 다룰 수 있는지 알아보겠습니다. Branch 조회 먼저 지금 당장 어떤 Branch가 나의 git에 존재하는지 알아봅시다. git branch -> 현재 repository의 brach 출력 git branch -a -> 현재 repository에 연결된 모든 repository(remote repository 포함)의 branch 출력 git branch - r -> 현재 repository에 연결된 remote repository의 branch 출력 [Terminal] $ git branch * main git branch를 입력하면 위처럼 현재 repositor..
Github
2021. 5. 11. 13:30