Open utterances-bot opened 1 year ago
Thanks! In order This is very useful when you want to switch to another branch but don’t want to commit your changes yet. you may try a git worktree
solution. That’s the magic to work with several branches at the same time!
@dr41d45 Thanks! I have already made a video about Git Worktree
Stashing individual files in Git — Amit Merchant — A blog on PHP, JavaScript, and more
Stashing is a very useful feature in Git. It allows you to temporarily save your changes in a stash and then apply them later. This is very useful when you want to switch to another branch but don’t want to commit your changes yet. You can stash your changes and then apply them later.
https://www.amitmerchant.com/stashing-individual-files-in-git/