Last Sync: 2025-12-22 21:16 (Mobile)

This commit is contained in:
2025-12-22 21:16:24 +09:00
parent 92cdac2cf1
commit 9232dc1e9f

View File

@@ -24,3 +24,16 @@ git barnch -d exp
```
git branch -d [브렌치명]
```
# branch 만들기
```
git branch -b [브렌치명]
```
> 브렌치를 만들고 선택까지 해준다.
# stash, 잠시 숨긴다.
```
git stash save
```
> 잠시 작업중 다른작업을 해야할때 임시로숨겨 놓았다가 다시 할때 쓴다.
> commit, pull, push등 할때 사용