一些命令
Posted swpCode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一些命令相关的知识,希望对你有一定的参考价值。
1、其他
ssh-keygen
touch new.txt
cat new.txt
echo ‘new file‘ > new.txt
2、git
git clone 地址
git config --global user.name ""
git config --global user.password ""
git add new.txt
git rm new.txt
git reset --hard HEAD (提交之后不能回复,只能重新clone)
git commit -m "描述"
以上是关于一些命令的主要内容,如果未能解决你的问题,请参考以下文章