Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 174 Bytes

make-new-branch-stash.md

File metadata and controls

9 lines (6 loc) · 174 Bytes

Make new branch from git stash

Create a new branch from stash by running:

git stash branch branch-name 

Hat tip this post.