메모
생각
검색
# 마지막 커밋 해시
git
log
--pretty=format:
'%h'
-n
1
# 유저정보
git
config
user.name
git
config
user.email
#git
#101
생성됨: 2022년 4월 9일 토요일
관련 메모
#105
discard
#189
https://stackoverflow.com/questions/25436312/gitignore-not-worki…
#202
[[git] 서로 다른 repository 합치기 — Falcon](https://m-falcon.tistory.c…
#272
스택 = 서로 의존하는 PR의 연쇄. 기능 브랜치는 main에서 분기하지만 스택은 부모 PR에서 분기한다 — 그래서…