Skip to main content

All Questions

0 votes
2 answers
2k views

Git + IntelliJ - how to make files appear again in commit-tab

IntelliJ has this nice features with a commit-tab in their IDE, which allows you to see all the changes in all files, and also has the revert-button and a lot of other useful functions that I like. ...
klabbaparn's user avatar
20 votes
2 answers
19k views

IntelliJ - How to squash local branch only

When using Git inside of IntelliJ, how do I squash all of my commits for a local branch? What settings do I use in the rebase branch window? I've tried setting the Onto to local/master and From to my ...
NikZ's user avatar
  • 660
6 votes
2 answers
4k views

Intellij "before commit" options meaning

I cannot find the documentation about the several options (checkboxes) that are visible when commiting. I'm looking for an option to squash all commits from the IDE, and I'm wondering if one of these ...
Vadorequest's user avatar
  • 17.5k