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

This commit is contained in:
2025-12-22 21:50:48 +09:00
parent 11ef510e16
commit 8d41e17c46

View File

@@ -69,3 +69,8 @@ git stash pop
``` ```
>git stash apply; git stash drop; 를 한번에 실행하는 명령 >git stash apply; git stash drop; 를 한번에 실행하는 명령
# branch, HEAD
# merge 문제
```
git branch -D
```