|
|
|
|
|
by nonconvergent
2038 days ago
|
|
The main problem I run into with git is communicating with my teams about editing history and how they shouldn't. Particularly on teams that like to keep main clean and avoid reverts and merge commits in favor of rebasing. Thankfully my current team likes to keep their PRs clean and main is whatever works. That and merge conflicts, especially on a stale branch. I use cli for most things and Intellij's merge tool for merge conflicts because I can get a clear view of what's what. |
|