20210115关于git之后的计划(3) - ziyouzy/2021blog GitHub Wiki
在旧银色ThinkPadE480上查看mylib的分支,已明确当前分支为snmpconn
之后用语句查询各个commit的时间:
git reflog --date=local --all
总之确实是snmpconn,接下来尝试本地commit后分别上传到github和gitee
但是要先给ubuntu安装中文输入法,官方安装说明挺有用的:
https://pinyin.sogou.com/linux/help.php
遇到了语言相关package错误的问题,需要先安装:
sudo apt-get install synaptic
以及这两篇文章似乎比较有价值:
https://www.cnblogs.com/sincere-ye/p/12149688.html
https://blog.csdn.net/f_c_g_/article/details/81265589