Skip to main content

2 docs tagged with "code management"

View all tags

Cherry Picking Commits

Learn how to select and apply specific commits from one branch to another without merging the entire branch. Perfect for hotfixes and selective updates.

Stashing Your Work

Learn how to temporarily shelf your changes without committing them using Git Stash. Perfect for when you need to switch tasks quickly without losing your progress.