今天要打兰蔻两个字,蔻字死活打不出来
查了一下居然是打 apfl
怎么都无法理解查了一下居然是打 apfl
据说是为了避免重码
类似的字还有 靥, 打dddl
提示一下, 真正的多功能键是Z
蔻字我是先用 apfz3 打出来的。
--
Feng
umf.org.nz/licensees
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}