Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 199 Bytes

move-commits-to-a-new-branch.md

File metadata and controls

8 lines (6 loc) · 199 Bytes

Move commits to a new branch

If you want your current commits to be moved to a new branch then run the following command on the terminal:

$ git branch feature
$ git reset --hard HEAD~1