Skip to main content

命令:Git 配置

函数:该命令会打开一个对话框,用于编辑条目 coreinit,以及 user 中的部分 .git/config 配置文件。初始化后,此文件存储在本地 Git 存储库中。

Background: If you clone or initialize a repository and there is no global .gitconfig file exists yet, then you will be asked to configure one initially. You can edit the file again at any time using the Git Config command. The global .gitconfig file is located in the user directory by default (example: C:/Users/<user name>).

打电话: Git 菜单

要求: 公开赛 CODESYS 项目在 Git 的本地存储库中管理。

对话框: 编辑你的 git 配置。更改将存储在存储库的配置文件中。

7. 核心

漫长的路径

必须启用此选项才能支持长路径,并且 CODESYS Git 可以正常工作。



8. 初始化

默认分支

Git 存储库的本地默认分支(通常 master) 是在第一次提交后自动创建的。另请参阅: 导言



9. 用户

用户

电子邮件