网签一天就下来了
可是护照寄过去后就没消息了。。。
估计我没在收件人那栏写上 EAPP 有影响。。。。急死我了。。。
--
Feng
可是护照寄过去后就没消息了。。。
估计我没在收件人那栏写上 EAPP 有影响。。。。急死我了。。。
--
Feng
git reflog is useful
# Move the current head so that it's pointing at the old commit # Leave the index intact for redoing the commit git reset --soft HEAD@{1} # commit the current tree using the commit details of the previous # HEAD commit. (Note that HEAD@{1} is pointing somewhere different from the # previous command. It's now pointing at the erroneously amended commit.) git commit -C HEAD@{1}