Contributing to open source software; creating a pull requestContribute code to someone else's GitHub project with a pull requestMarit van Dijkgitvcs2023-07-10
Negotiating the review processReview and hopefully get your pull request mergedMarit van Dijkgitvcs2023-07-10
Resolve ConflictsLet the IDE help in the tricky business of resolving merge conflicts.Paul Everittvcs2023-05-13
Move Work Aside With StashUse git's stash to move uncommitted work aside temporarily.Paul Everittvcs2023-05-12
Move Work Aside With ShelveMove uncommitted work aside when you need to work on another branch.Paul Everittvcs2023-05-11
Rebase Feature BranchGet your feature branch caught up with changes on the main branch.Paul Everittvcs2023-05-10
Clone project from GitHubClone a project from the IntelliJ IDEA welcome screenMarit van Dijkvcs2022-12-12
Browse Branch's CommitsReview the changes in main before bringing them to your branch.Paul Everittvcs2022-12-09
See VCS Changed Lines In GutterQuickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-12-02
Only Commit Some ChangesUnselect files or changed regions within files during the commit process.Paul Everittvcs2022-11-23
Fix Your Work with Amend CommitPut some missing work back into your last commit, before you push.Paul Everittvcs2022-11-22
Use Local History to Avoid DisasterUse the IDE's built-in history facility to recover changes when VCS can't help you.Paul Everittvcs2022-10-27
Edit Commit MessageEdit the wording in your last commit message, after you committed.Paul Everittvcs2022-10-06
Git interactive rebaseHow to clean up your Git commit history with Git interactive rebaseMarit van Dijkgitvcs2022-08-12
Navigating a Long ClassThere are various tips and tricks you can use to navigate a long class in IntelliJ IDEAHelen Scottjavasettingsvcs2022-07-23
Manage VCS Changelists in IntelliJ IDEAGroup and commit changes related to certain tasksVignesh Babu B R Bgitvcsrefactoringinterface2021-12-03
Creating a Project from GitHubHow you can create an IntelliJ IDEA project from your code in GitHubHelen Scottgitvcs2021-11-09
Resolve Merge Conflicts in VCSUse VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editorVignesh Babu B R Bgitvcsediting2021-09-24
Use a lightweight inspection profile on commitFully customise the checks you must perform before you commit your changes to version controlTrisha Geejavavcsinspections2021-05-10
Enable Git StagingGit Staging is an alternative approach to IntelliJ IDEA ChangelistsHelen Scottjavakotlinvcs2021-01-08
Git Commits in Search EverywhereView your git commits in the Search Everywhere dialogHelen Scottjavakotlinvcs2021-01-08