Tag: Workflow
Browse all articles, tutorials, and guides about Workflow
Posts
⌘K
Git
2024-12-06|6 min read
Move the Most Recent Commit(s) to a New Branch with Git
Learn how to move recent commits from your current branch to a new branch using git checkout, reset, and cherry-pick. Fix branch organization mistakes effectively.
Git
2024-11-30|6 min read
How to Stash Changes in Git
Learn how to temporarily save your work in progress using Git stash. Master stashing, applying, and managing multiple stashes to handle interruptions in your development workflow.