Git partial stash

I was recently working on a task but needed to switch to a different task but carried on working without stashing the changes from the original task before starting the new one. Later on I needed to create a new branch and wanted to create seperate stashes for each task.

More …

Move a Git local commit to a new branch

I often work in the main branch and then create a new branch when I’m ready to commit changes, I find this easier than creating a new branch when I start something but it does means I sometimes commit changes to the wrong branch.

More …