Git 系列涉及的内容续
- Git 对象类型 与 索引 详解
- Git 分支
- 如何 创建 、切换 与 删除 分支
- Git 分支在 项目开发 中的作用
- Git 分支在 工程化项目 中的最佳实践
- 分支常见 重要命令 详解
- Git merge
- Git 冲突解决策略
- HEAD 详解
- Git commit 修改详解
- 远程版本库 介绍
- 如何使用 远程版本库
...大约 1 分钟
tab 按键,可以在命令之间选择zshenv 与 zshrc 的区别:zshenv 始终是 source 的,也就是说 一直生效 ,但是 zshrc 只是 活跃的 shell 生效 ,另外,zshrc 会 覆盖 zshenv 的设置。近期 git 更新了最新的 2.34.1 版本,好多小伙伴突然发现无法访问服务器。
git pull 的时候命令行会提示
git@git.xxxxx.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
To delete all the local tags simple run the following command
git tag | xargs git tag -d
git config user.name terwer
git config user.email youweics@163.com
sudo apt install git