starkying.tistory.com/entry/restoring-git-stash
git fsck --no-reflog | awk '/dangling commit/ {print $3}' | xargs -L 1 git --no-pager show -s --format="%ci %H" | sort
git stash apply [스태시명☆]
'git&github' 카테고리의 다른 글
[error] 커밋 안됨 .git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory (0) | 2020.11.12 |
---|---|
오래된 branch에서 master pull 받기 (0) | 2020.11.12 |
특정 파일만 pull 받기 (0) | 2020.11.12 |
병합 충돌로 인해 git pull 안됨 (0) | 2020.11.04 |
[reset] 이전 commit 취소하고 다시 커밋하기 (0) | 2020.11.04 |
댓글