实习踩过得那些坑(四)

idea 中的annotate的启用

在本地git中配置user

首先我们需要在git 中配置我们的user信息

git config --global user.name "yourname"
git config --global user.email "[email protected]"

在idea中配置vcs

1.选择vcs
在这里插入图片描述
2.选择版本管理工具(git)
在这里插入图片描述
3.annotate亮了表示可以使用了
在这里插入图片描述

发布了13 篇原创文章 · 获赞 3 · 访问量 2751

猜你喜欢

转载自blog.csdn.net/yinyiyu/article/details/88942073