Clone project from GitHub (tip)Clone a project from the IntelliJ IDEA welcome screenMarit van Dijkvcs2022-12-12
Creating a Project from GitHub (tutorial)How you can create an IntelliJ IDEA project from your code in GitHubHelen Scottgitvcs2021-11-09
Edit Commit Message (tip)Edit the wording in your last commit message, after you committed.Paul Everittvcs2022-10-06
Enable Git Staging (tip)Git Staging is an alternative approach to IntelliJ IDEA ChangelistsHelen Scottjavakotlinvcs2021-01-08
Fix Your Work with Amend Commit (tip)Put some missing work back into your last commit, before you push.Paul Everittvcs2022-11-22
Git Commits in Search Everywhere (tip)View your git commits in the Search Everywhere dialogHelen Scottjavakotlinvcs2021-01-08
Git interactive rebase (tutorial)How to clean up your Git commit history with Git interactive rebaseMarit van Dijkgitvcs2022-08-12
Manage VCS Changelists in IntelliJ IDEA (tip)Group and commit changes related to certain tasksVignesh Babu B R Bgitvcsrefactoringinterface2021-12-03
Navigating a Long Class (tip)There are various tips and tricks you can use to navigate a long class in IntelliJ IDEAHelen Scottjavasettingsvcs2022-07-23
Only Commit Some Changes (tip)Unselect files or changed regions within files during the commit process.Paul Everittvcs2022-11-23
Resolve Merge Conflicts in VCS (tip)Use VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editorVignesh Babu B R Bgitvcsediting2021-09-24
See VCS Changed Lines In Gutter (tip)Quickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-12-02
Sharing your Project on GitHub (tutorial)How you can share a local project to GitHubHelen Scottgitvcs2021-10-13
Use Local History to Avoid Disaster (tip)Use the IDE's built-in history facility to recover changes when VCS can't help you.Paul Everittvcs2022-10-27
Use a lightweight inspection profile on commit (tip)Fully customise the checks you must perform before you commit your changes to version controlTrisha Geejavavcsinspections2021-05-10