gpt4 book ai didi

git - 如何在 Git Extensions 中为每个 repo 设置默认用户?

转载 作者:行者123 更新时间:2023-12-02 15:29:16 24 4
gpt4 key购买 nike

我有 2 个项目,在每个项目上我都希望提交不同的配置文件。但我不想每次需要切换时都更改 git 配置。如何做到这一点?

最佳答案

从图形用户界面

  • 点击工具 > 设置菜单
  • 选择Git 配置
  • 勾选Local for current repository单选按钮
  • 填写您的姓名和邮箱
  • 点击应用

enter image description here

使用命令行

$ cd /path/to/your/local/project
$ git config user.name "Your name here"
$ git config user.email your.email@here.com

这会将用于此项目的身份存储到其本地 .git/config 文件中。

关于git - 如何在 Git Extensions 中为每个 repo 设置默认用户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28692289/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com