amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

stashing-individual-files-in-git/ #70

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

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/

dr41d45 commented 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!

amitmerchant1990 commented 1 year ago

@dr41d45 Thanks! I have already made a video about Git Worktree

https://www.youtube.com/watch?v=Ziz-AeP8KhY