Git常用命令备忘

git clone附带邮箱和密码

邮箱1234567@qq.com,密码1234567:

git clone https://1234567%40qq.com:1234567@e.coding.net/xxx/xxx.git

 

git add回退:

git reset .

 

生成本地凭证:

ssh-keygen -m PEM -t ed25519 -C "1234567@qq.com"

 

posted on 2024-04-30 14:22  J·Marcus  阅读(2)  评论(0编辑  收藏  举报

导航