Last Sync: 2025-12-22 20:51 (Mobile)
This commit is contained in:
12
git 생활코딩 강의.md
Normal file
12
git 생활코딩 강의.md
Normal file
@@ -0,0 +1,12 @@
|
||||
#강의 #생활코딩 #git #강의
|
||||
|
||||
# 로그보기
|
||||
```
|
||||
git log --branches --graph --decorate --oneline
|
||||
```
|
||||
# banch 병합
|
||||
```
|
||||
git merge exp
|
||||
```
|
||||
> exp는 브렌치 이름
|
||||
> 합칠때는 원본을 기본으로 해주고 합칠 브렌치를 exp 처럼 입력
|
||||
Reference in New Issue
Block a user