技术栈

git操作基本指令

前端小砖er2024-03-03 4:07

1.查看用户名

git config user.name

2.查看密码

git config user.password

3.查看邮箱

git config user.email

4.修改用户名

git config --global user.name "xxx(新用户名)"

5.修改密码

git config --global user.password "xxx(新密码)"

6.修改邮箱

git config --global user.email "xxx@xx.com(新邮箱)"

7.查看git的基本配置

git config --list

上一篇:git安装与使用4.3
下一篇:git介绍4.2
相关推荐
淘矿人
4 小时前
从0到1:用Claude启动你的第一个项目
开发语言·人工智能·git·python·github·php·pygame
lpfasd123
4 小时前
Git/Gitee/GitHub 3 个安全凭证详解
git·gitee·github
李日灐
9 小时前
< 7 > Linux 开发工具:git 版本控制器 和 cgdb/gdb 调试器
linux·运维·服务器·开发语言·git·调试器·gdb/cgdb
Gust of wind
9 小时前
idea结合git和Gitee的初步使用
git·gitee·intellij-idea
夜七少eleanor
9 小时前
【Git】2026全图文详解安装教程
git
海边的Kurisu
9 小时前
从零开始的Git生活 | 刚实习同学的噩梦 And 参与开源不可缺的一环
git·生活
不老刘
10 小时前
Git Cherry-Pick:微前端架构下的“精准医疗”与最佳实践
前端·git
爬楼的猪
11 小时前
Git Folder Dashboard
git
Uncertainty!!
11 小时前
claude code中添加skills自动生成git commit信息
git·git commit·claude code
FserSuN
13 小时前
Git Worktree 使用学习
git·学习
热门推荐
01GitHub 镜像站点02近期有什么ai的新消息,新动态? 2026.4月03Codex 接入 DeepSeek API 完整配置文档042026年4月AI大事件深度解读:大模型竞争进入“深水区“052026年AI编程工具终极横评:Cursor vs Claude Code vs Copilot06【AI】2026 年具身智能模型和世界模型总结07在Windows 11上安装Docker的踩坑记录08裂开!ChatGPT 居然开始要手机号验证,附详细解决方法09实测可用|小米 MiMo 百万亿 Token 免费领,开发者速冲10零基础教你claude code 接入 deepseek V4