Git stash tutorial. How to save changes for later in git.

  Рет қаралды 44,032

Ihatetomatoes

Ihatetomatoes

Күн бұрын

Пікірлер: 52
@franciswayungi3519
@franciswayungi3519 2 жыл бұрын
I find your tutorials straight to the point and easy to follow. Great work & many thanks
@tvguideondemand
@tvguideondemand 4 жыл бұрын
This is exactly what I was looking for! I'm so glad this exists. Thank you.
@Ihatetomatoes
@Ihatetomatoes 4 жыл бұрын
Great, thanks for letting me know Michael!
@manoharmaddula6700
@manoharmaddula6700 Жыл бұрын
Your tutorials never waste my time,Thanks :)
@cruepprich
@cruepprich 2 жыл бұрын
Quick and dirty explanation. Just the way I like it. I haven't used stash seriously, but will now seriously us stash.
@ivonnebenites3308
@ivonnebenites3308 Жыл бұрын
Thank you so much for sharing your knowledge, the tutorials are very clear 🙏🏿
@xx482
@xx482 3 жыл бұрын
you are just like friend who helps me when there is anything to learn.... thanks
@sanazbahmani6447
@sanazbahmani6447 3 жыл бұрын
I'm always forgetting to make new branches, so I do use stashes all the time :))
@chai2prince272
@chai2prince272 2 жыл бұрын
Thank you very much! Short and to the point!
@dasrotrad
@dasrotrad 2 жыл бұрын
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.
@Ihatetomatoes
@Ihatetomatoes 2 жыл бұрын
No worries Robert, great to hear it was useful.
@pythontek
@pythontek 2 жыл бұрын
Easy to follow and straight I liked it.
@AjmalRiyaztechi
@AjmalRiyaztechi 2 жыл бұрын
Simple, clear and more useful. Good content.
@alexandrusima6377
@alexandrusima6377 2 жыл бұрын
Very useful tutorial. Thanks a lot
@lalit659thakur
@lalit659thakur 2 жыл бұрын
Great session, Thanks
@daniyalakram4760
@daniyalakram4760 2 жыл бұрын
Awesome Explanation
@oswaldogvzla
@oswaldogvzla 3 жыл бұрын
This command is very useful, thanks for posting. Now, i'm using "git stash"
@alexwillenbrink8069
@alexwillenbrink8069 2 жыл бұрын
This is beautifully concise. Thank you so much for putting this together!
@MrTouqeerhameed
@MrTouqeerhameed 3 жыл бұрын
This is exactly what I was looking for!
@charlesh139
@charlesh139 2 жыл бұрын
Thanks Petr.
@valeriysergeyev5766
@valeriysergeyev5766 3 жыл бұрын
Hey, cool video! I love the way you've presented this! Keep it up! 😎
@wandering_dz
@wandering_dz 4 жыл бұрын
i'm using. Thanks for lesson!
@mikhailratner4649
@mikhailratner4649 2 жыл бұрын
Thank you, this helped a lot!
@RdozeTV
@RdozeTV 2 жыл бұрын
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.
@threeone6012
@threeone6012 3 жыл бұрын
Awesome video! Deserves more hits.
@daveflash12
@daveflash12 2 жыл бұрын
Very useful, thank you so much!
@AdityaSingh-kw8bi
@AdityaSingh-kw8bi 3 жыл бұрын
best tutoria; on internet
@daniellaerachannel
@daniellaerachannel 4 жыл бұрын
awesome Petr! Thanks
@Ihatetomatoes
@Ihatetomatoes 4 жыл бұрын
Thank you Daniel, you are the best.
@AdamVigas
@AdamVigas 2 жыл бұрын
Czech Republic ? :D anyway, great video..i learned much from it.
@ripplesr5655
@ripplesr5655 3 жыл бұрын
Thank you so much!!
@Kuromi_lover-9
@Kuromi_lover-9 3 жыл бұрын
very helpful, thanks
@riankrishandi
@riankrishandi 3 жыл бұрын
thank you for sharing!
@aditya-garg
@aditya-garg 2 жыл бұрын
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'?
@FilipPandrc
@FilipPandrc 3 жыл бұрын
at 4:20 instead of "Saved working directory and index state on...: I get "No local changes to save"
@srivyshnavikoduri8652
@srivyshnavikoduri8652 3 жыл бұрын
Can you explain how submodules in git work?
@hasmatali476
@hasmatali476 4 жыл бұрын
Hi I am Ali from India, follow you and watch all your videos😊
@Ihatetomatoes
@Ihatetomatoes 4 жыл бұрын
Hi Ali, greetings to India!
@muhammadabdullah4747
@muhammadabdullah4747 3 жыл бұрын
yes we are using stash
@ftnsco
@ftnsco 4 жыл бұрын
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.
@ftnsco
@ftnsco 4 жыл бұрын
I probably shouldn't have said that since I just realized that the name of the channel is ihatetomatoes haha. Sorry man. You good.
@Ihatetomatoes
@Ihatetomatoes 4 жыл бұрын
Haha, no worries. Thanks for the suggestion Eri, I will keep that in mind.
@matarloum2894
@matarloum2894 4 жыл бұрын
How to have that custom theme in terminal ?
@prasannakumar7035
@prasannakumar7035 3 жыл бұрын
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
@westfield90
@westfield90 3 жыл бұрын
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.
@carlosdelamorenacoco8715
@carlosdelamorenacoco8715 3 жыл бұрын
you saved my ass, thank you
@lindahsu5236
@lindahsu5236 3 жыл бұрын
I tried to apply or delete the stashed files but I keep getting 'refname 'stash' is ambiguous.' Any idea why?
@berkaydemirci
@berkaydemirci 2 жыл бұрын
"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?
@RonelGonzales5
@RonelGonzales5 4 жыл бұрын
thanks
@akashshrestha01
@akashshrestha01 3 жыл бұрын
great
@testlocalhost7926
@testlocalhost7926 3 жыл бұрын
you didn't show : how to have changes in the same branch when you reopen it😩😩😩
@Seacrest.
@Seacrest. 3 жыл бұрын
dislike! I love tomato!
Git bisect tutorial. How to find a bad bug commit.
7:12
Ihatetomatoes
Рет қаралды 26 М.
Git branches tutorial. How to use Git branches.
9:11
Ihatetomatoes
Рет қаралды 16 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 13 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 38 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 4,9 МЛН
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 26 МЛН
New Git Users Be Like...
3:09
Mr. P Solver
Рет қаралды 638 М.
Git STASH Tutorial
6:59
The Modern Coder
Рет қаралды 29 М.
How to undo your changes in Git? Git reset
12:27
Ihatetomatoes
Рет қаралды 26 М.
Git Tutorial: Fixing Common Mistakes and Undoing Bad Commits
21:31
Corey Schafer
Рет қаралды 385 М.
git rebase - Why, When & How to fix conflicts
9:45
Philomatics
Рет қаралды 64 М.
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
Fireship
Рет қаралды 931 М.
How to save temporarily changes in GIT using git stash (without committing)
10:05
Front-end Science із Сергієм Пузанковим
Рет қаралды 13 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,2 МЛН
Stow has forever changed the way I manage my dotfiles
8:09
Dreams of Autonomy
Рет қаралды 269 М.
Learn Git - The Full Course
4:20:00
Boot dev
Рет қаралды 87 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 13 МЛН