Simonwarren Hobbs
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Simonwarren Hobbs created a post, AnsweredIntellj creating duplicate java files ending in "~"
Intellj sometimes greats many duplicate java files, with “~” added at the end.I would have guessed that these are temp backups, but neither closing and opening intellj, or doing a mvn clean, gets ... -
Simonwarren Hobbs created a post, Answeredjava: how to access git conflict merge tools?
I have heard that intellij has tools to help merge conflicts.I did:git checkout developgit pullgit checkout mybranchgit merge developto pull the latest changes into my feature branch. There are a ...