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
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-10-30
Only Commit Some ChangesUnselect files or changed regions within files during the commit process.Paul Everittvcs2022-10-27
Fix Your Work with Amend CommitPut some missing work back into your last commit, before you push.Paul Everittvcs2022-10-21