Last Sync: 2025-12-22 20:51 (Mobile)

This commit is contained in:
2025-12-22 20:51:29 +09:00
parent 9e4c8915d0
commit 1813aba4cc
2 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
#강의 #생활코딩 #git #강의
# 로그보기
```
git log --branches --graph --decorate --oneline
```
# banch 병합
```
git merge exp
```
> exp는 브렌치 이름
> 합칠때는 원본을 기본으로 해주고 합칠 브렌치를 exp 처럼 입력