How do you make Git work with IntelliJ?

前端 未结 6 744
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 06:10

I am going to use Git version control by IntelliJ Community Edition in order to make branches of the programs I intend to develop. I am striving to accustom myself to its fu

6条回答
  •  情深已故
    2020-12-24 06:54

    git.exe is common for any git based applications like GitHub, Bitbucket etc. Some times it is possible that you have already installed another git based application so git.exe will be present in the bin folder of that application.

    For example if you installed bitbucket before github in your PC, you will find git.exe in C:\Users\{username}\AppData\Local\Atlassian\SourceTree\git_local\bin instead of C:\Users\{username}\AppData\Local\GitHub\PortableGit.....\bin.

提交回复
热议问题