分类

git

git下载镜像站
淘宝镜像(存在防盗链,请复制链接到新页面打开,否则会出现403):https://registry.npmmirror.com/binary.html?path=git-for-windows/
2024-01-28
|
0
|
0
git常用命令
设置用户名 设置邮箱 生成ssh公钥 查看公钥 在 Git 中创建一个不继承任何历史记录的分支
2024-01-28
|
0
|
0
git reset的三种模式
git reset的三种模式 模式 工作区状态 暂存区状态 git reset --sort 保留 保留 git reset --hard 不保留 不保留 git reset --mixed 保留 不保留
2024-01-28
|
0
|
0