Simonwarren Hobbs
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Intellj creating duplicate java files ending in "~"
AnsweredIntellj 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 ... -
Edited java: how to access git conflict merge tools?
AnsweredI 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 ...