eclipse配置git本地及远程仓库

Git中三个配置文件:

版本库级别的配置文件(文件位置:  工作区根目录/.git/config)、

全局配置文件(文件位置:~/.gitconfig)、

系统级配置文件(文件位置:/etc/gitconfig)。

其中版本库级别的配置文件优先级最高,系统级的优先级最低,如果版本库配置文件和全局配置文件里都设置了用户名和邮箱,那么git会采用版本库配置文件里面的配置。

参考:https://blog.csdn.net/colorful_lights/article/details/80178742

eclipse中git配置:https://www.cnblogs.com/luffigo/p/5379142.html

.gitignore文件配置:https://blog.csdn.net/weixin_38312502/article/details/81216984

https://www.cnblogs.com/javastack/p/9149241.html

 

posted on 2021-01-22 22:52  wtsgtc  阅读(593)  评论(0编辑  收藏  举报

导航