Hello World

Be Happy!

$ git reflog show | grep logo


I have mistake  $ git reset --hard
and my branch commit revision has gone
but i can recover revision

$ git reflog show | grep logo
f9de6f5 HEAD@{1}: commit: Add changwoo logo, remove Bulma logo
aaa7ec7 HEAD@{2}: checkout: moving from develop to feature/logo
$ git status
On branch feature/logo
nothing to commit, working tree clean
$ git reset --hard f9de6f5
HEAD is now at f9de6f5 Add changwoo logo, remove Bulma logo
#git (13) #recover (1) #reflog (1)
List