0%

VCS–>Git–>Remotes

5c70e4c5026675c70e4c502667

隐藏文件

5cc14e5ad46b7

设置文件编码

image-20220425114759774

显示文件修改

5cc14e6e339c0

auto import

5cc14e7cbf032

Favorites(Command + 2)

5cc14e916b1be

Bookmarks()

5cc14e9f246ce

Recent Files(Command + E)

5cc14eacaa9d6

Find Action(Shift + Command + A)

5cc14ebb549eb

Search Everywhere(Shift Shift)

5cc14ecb1cda8

Find in Path(Command + Shift + F)

5cc14ed8dfc6f

Usages(Alt + F7)

5cc14ee5a3c71

VM options 设置默认配置

插件安装

设置–>Plugins–>Browse repositories–>搜索插件–>install–>重启idea 5cc14f01c5f2b5cc14f01c5f2b

阅读全文 »

要把push和pull的默认分支设置为dev,那么:

1
git branch --set-upstream-to=origin/dev dev

打算使用 Git 来对现有的项目进行管理,你只需要进入该项目目录并输入

1
$ git init
阅读全文 »