前人未踏の領域へ Androidアプリ開発編

Androidアプリ開発に関する調査メモ置き場。古い記事にはアプリ以外も含まれます。

大切なブランチを消してしまった場合の復活の呪文

$ git reflog 
$ git branch <ブランチ名> <コミット>

$ git branch hoge-branch 749a1dbc

参考

http://hacknote.jp/archives/15995/
助かりました。感謝