🪴 kumas log,

Search

SearchSearch
Home

❯

Notes

❯

git 삭제된 브랜치 복구

git 삭제된 브랜치 복구

Aug 25, 20231 min read

  • git
git reflog
 
# git checkout -b <생성할 브랜치명> <HEAD@{숫자}>
git checkout -b 'dev' HEAD@{1}

출처

  • https://shanepark.tistory.com/317

Graph View

Backlinks

  • No backlinks found

Created with Quartz v4.2.3 © 2024

  • GitHub
  • LinkedIn