Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGitConfigPaths ¶ added in v0.1.5
获取 git 配置路径
func GetGitGlobalConfig ¶ added in v0.1.4
获取 git 全局配置(位于 ~/.gitconfig),也是当前用户的配置
func GetGitRepoConfig ¶ added in v0.1.4
获取 git 仓库配置(位于 .git/config),也是当前仓库的配置
func GetGitSystemConfig ¶ added in v0.1.4
获取 git 系统配置(位于 /etc/gitconfig),也是所有用户的配置
func GetUserConfig ¶ added in v0.1.4
获取用户配置(位于 ~/.gitconfig),也是当前用户的配置
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.