- 博客(1)
- 收藏
- 关注
原创 Git常用指令(个人总结)
git commit --amend -m “update message” 修改最近一次commit的message信息。git config --global core.longpaths true 解决git因名字过长报错。git clone -b +分支 --single-branch +链接。git reset --soft HEAD^ 取消commit且没有push的。git checkout --filename 单个文件/文件夹。git clean -xdff 所有文件和文件夹。
2024-07-25 14:34:09
289
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人