Posts by eliseu • 56 points
2 posts
-
4
votes3
answers3176
viewsA: Is there a shortcut to select and modify similar snippets?
At Intellij IDEA, try Alt + J
-
0
votes2
answers730
viewsA: How do I view all commit files in a branch?
You can use this command git log myBranch --not master --name-status --pretty=format:"%x09"