I find your tutorials straight to the point and easy to follow. Great work & many thanks
@tvguideondemand4 жыл бұрын
This is exactly what I was looking for! I'm so glad this exists. Thank you.
@Ihatetomatoes4 жыл бұрын
Great, thanks for letting me know Michael!
@manoharmaddula6700 Жыл бұрын
Your tutorials never waste my time,Thanks :)
@cruepprich2 жыл бұрын
Quick and dirty explanation. Just the way I like it. I haven't used stash seriously, but will now seriously us stash.
@ivonnebenites3308 Жыл бұрын
Thank you so much for sharing your knowledge, the tutorials are very clear 🙏🏿
@xx4823 жыл бұрын
you are just like friend who helps me when there is anything to learn.... thanks
@sanazbahmani64473 жыл бұрын
I'm always forgetting to make new branches, so I do use stashes all the time :))
@chai2prince2722 жыл бұрын
Thank you very much! Short and to the point!
@dasrotrad2 жыл бұрын
My first use of stash... So I could switch to master branch and delete the develop branch. AND It worked! I'll be using git stash to create a new branch next. Thank you.
@Ihatetomatoes2 жыл бұрын
No worries Robert, great to hear it was useful.
@pythontek2 жыл бұрын
Easy to follow and straight I liked it.
@AjmalRiyaztechi2 жыл бұрын
Simple, clear and more useful. Good content.
@alexandrusima63772 жыл бұрын
Very useful tutorial. Thanks a lot
@lalit659thakur2 жыл бұрын
Great session, Thanks
@daniyalakram47602 жыл бұрын
Awesome Explanation
@oswaldogvzla3 жыл бұрын
This command is very useful, thanks for posting. Now, i'm using "git stash"
@alexwillenbrink80692 жыл бұрын
This is beautifully concise. Thank you so much for putting this together!
@MrTouqeerhameed3 жыл бұрын
This is exactly what I was looking for!
@charlesh1392 жыл бұрын
Thanks Petr.
@valeriysergeyev57663 жыл бұрын
Hey, cool video! I love the way you've presented this! Keep it up! 😎
@wandering_dz4 жыл бұрын
i'm using. Thanks for lesson!
@mikhailratner46492 жыл бұрын
Thank you, this helped a lot!
@RdozeTV2 жыл бұрын
Can you do a video of workflow. What if you have multiple feature branch that you are working with. What is the best practice to push it and like test it separately what is the best approach.
@threeone60123 жыл бұрын
Awesome video! Deserves more hits.
@daveflash122 жыл бұрын
Very useful, thank you so much!
@AdityaSingh-kw8bi3 жыл бұрын
best tutoria; on internet
@daniellaerachannel4 жыл бұрын
awesome Petr! Thanks
@Ihatetomatoes4 жыл бұрын
Thank you Daniel, you are the best.
@AdamVigas2 жыл бұрын
Czech Republic ? :D anyway, great video..i learned much from it.
@ripplesr56553 жыл бұрын
Thank you so much!!
@Kuromi_lover-93 жыл бұрын
very helpful, thanks
@riankrishandi3 жыл бұрын
thank you for sharing!
@aditya-garg2 жыл бұрын
Hello, Can you pls explain how conflicts are handled by git stash pop and git stash apply? I observe that they are aborted if there are conflicts in SAME branch, however pop/apply in another branch generates the conflict file. Further, post editing the conflict file to resolve conflicts,does one need 'git add' followed by 'git commit -m' , there seem to be issues if attempting the 2 in one go using 'git commit -a -m'?
@FilipPandrc3 жыл бұрын
at 4:20 instead of "Saved working directory and index state on...: I get "No local changes to save"
@srivyshnavikoduri86523 жыл бұрын
Can you explain how submodules in git work?
@hasmatali4764 жыл бұрын
Hi I am Ali from India, follow you and watch all your videos😊
@Ihatetomatoes4 жыл бұрын
Hi Ali, greetings to India!
@muhammadabdullah47473 жыл бұрын
yes we are using stash
@ftnsco4 жыл бұрын
Hey man, I think you'r tagline the guy who hates tomatoes is a little dated now, perhaps something with less hate? Your content is amazing, very clear and easy to follow. Thank you for that.
@ftnsco4 жыл бұрын
I probably shouldn't have said that since I just realized that the name of the channel is ihatetomatoes haha. Sorry man. You good.
@Ihatetomatoes4 жыл бұрын
Haha, no worries. Thanks for the suggestion Eri, I will keep that in mind.
@matarloum28944 жыл бұрын
How to have that custom theme in terminal ?
@prasannakumar70353 жыл бұрын
use zsh and on-my-zsh on top of zsh to get those . github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH and github.com/ohmyzsh/ohmyzsh
@westfield903 жыл бұрын
Can I use this if I have a conflict in a Pull Request. So can save my changed files to stash and the update my working directory with the latest master. Then bring back my stash files.
@carlosdelamorenacoco87153 жыл бұрын
you saved my ass, thank you
@lindahsu52363 жыл бұрын
I tried to apply or delete the stashed files but I keep getting 'refname 'stash' is ambiguous.' Any idea why?
@berkaydemirci2 жыл бұрын
"git stash show 0" doesn't work for me i have to write "git stash show stash@{0}" instead, how do you make it so you can just type 0 without stash@ part?
@RonelGonzales54 жыл бұрын
thanks
@akashshrestha013 жыл бұрын
great
@testlocalhost79263 жыл бұрын
you didn't show : how to have changes in the same branch when you reopen it😩😩😩