반응형
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 |
Tags
- Kotlin
- string
- array
- hive
- math
- list
- django
- Tkinter
- Github
- PANDAS
- Python
- Google Spreadsheet
- Apache
- c#
- google apps script
- Mac
- Java
- 파이썬
- gas
- Google Excel
- SQL
- Redshift
- numpy
- PySpark
- dataframe
- Excel
- GIT
- matplotlib
- PostgreSQL
Archives
- Today
- Total
목록branch merge (1)
달나라 노트

Branch merge 이번 장에서는 Branch를 만들고 나서 Branch들을 병합(Merge)하는 방법을 보겠습니다. 1. git log --branches --graph --decorate --oneline 위 명령어로 현재 어떤 상태인지 확인합니다. 1, 2 commit은 exp branch가 없는 상태에서 master branch에서 이뤄짐 2 commit 후에 exp branch 생성 exp branch에선 3, 4 commit 진행 master branch에선 5 commit 진행 이라는 내용을 확인할 수 있습니다. 자 이제 exp에서 작업했던 내용을 master로 옮겨 병합하는 과정을 진행해봅시다. exp를 가져와 master에 병합시킬 것이므로 일단 master branch로 이동합니다...
Github
2021. 1. 15. 22:59