Okay, one more... Ever commit something only to immediately realize that you're on the wrong branch? Use "git move <branch>".
Interesting… I typically commit, cut a branch, reset current. Find it doesn't disrupt my workflow and avoids complex commands like stash.
That approach requires three checkouts if you want to end up on new branch, hence the stashing.
You need to collect these in a blog post or something, so they don't get lost in the depths of Twitter.
Agreed. They're in my .gitconfig so they're there whenever I get around to blogging again... I've got quite a backlog.
I would have thought cherry-pick then reset head would be a *lot* cleaner....
It's pick your poison, really. Here's the same end result using cherry-pick:
I personally just "git checkout -b NEWBRANCH" then go back to the previous branch and reset to the last good commit
So... three checkouts by the time you get back to the new branch to continue working?
Later in the thread we evolved it to a branch, rebase onto, checkout three step, though works only for existing branches.
Not so much. Here's the same end result using cherry-pick:
This feels good. Need to make this a lib or something.
It could use a graceful failure when omitting the new branch name, also should confirm branch creation if it doesn't exist. But, yeah. :)
If junio can trust it, why not try to push it to the project instead? If junio can trust it.
United States Tendencias
- 1. Halloween 4.77M posts
- 2. #DoorDashTradeorTreat 2,367 posts
- 3. #sweepstakes 3,448 posts
- 4. #smackoff 2,789 posts
- 5. Trick or Treat 463K posts
- 6. Ted Noffey N/A
- 7. End of 1 22.3K posts
- 8. Cy Fair N/A
- 9. Disney 104K posts
- 10. ESPN 87.8K posts
- 11. Custom 60.8K posts
- 12. Best VP 2,074 posts
- 13. Syracuse 3,114 posts
- 14. Billy Bob 6,296 posts
- 15. Justin Edwards N/A
- 16. Judges 105K posts
- 17. Candy 268K posts
- 18. Super Corredora N/A
- 19. Reese 6,573 posts
- 20. Jaylon Tyson N/A
Something went wrong.
Something went wrong.