Has anyone used JetBrains product ( CLion, PyCharm, etc... ) that supports Git with GitKraken? I want to use CLion & PyCharm for code editing and testing and use GitKraken for git stuff, but I am worried that changing git may cause some problem in PyCharm & CLion.
The answer from JetBrains dev was:
That depends on how GitKraken works (sorry, never tried it). Technically, PyCharm/CLion's VCS support is a wrapper around the native command-line client (git, hg, e.t.c), so if GitKraken also uses the same native client and follows the standard protocol for the respective VCS, there shouldn't be any issues.