Git Stash In 5 Minutes

  Рет қаралды 50,430

Colt Steele

Colt Steele

Жыл бұрын

Get My Git Course: www.udemy.com/course/git-and-...

Пікірлер: 43
@petarkolev6928
@petarkolev6928 Жыл бұрын
Short and straight to the point! Extremely useful video! Thanks Colt :)
@bcrowie1
@bcrowie1 Жыл бұрын
Dude, Colt, seriously loving the new videos, man. Always been a fan of yours.
@user-uu5hg5fu7n
@user-uu5hg5fu7n 7 ай бұрын
Thanks!! I always come away from watching one of your videos feeling I totally understand the concept. You have great teaching skills.
@Dev_Jet
@Dev_Jet 4 ай бұрын
Thanks Colt! Your tutorials are always crystal clear and straightforward!
@mayankpruthi9079
@mayankpruthi9079 Жыл бұрын
Thanks for this video Colt! Very useful straight to the point content!!
@pnworks9186
@pnworks9186 Жыл бұрын
One of Best Teacher that i know. all the best Sir.
@hkmehandiratta
@hkmehandiratta Жыл бұрын
Very crispy and too the point. Thanks for the tutorial.
@leopoldoortega2580
@leopoldoortega2580 Жыл бұрын
Amazing video! Came out just when I needed it for work lol.
@rickfessler
@rickfessler 9 ай бұрын
Thank you, you explained it to where I finally understood it. it is actually easy
@treequin
@treequin Жыл бұрын
Great explanation, just what I was looking for. Thanks for the video.
@DruSerkes
@DruSerkes Жыл бұрын
100% changed my workflow in a major way once I started using git stash
@fisayoobilaja2960
@fisayoobilaja2960 Жыл бұрын
Love this video. Straight to the point :)
@vanluutran726
@vanluutran726 Жыл бұрын
Thank you for the amazing video, "git stash -u" to include "Untracked files" is the thing that another video does not have.
@Stephen3D
@Stephen3D 9 ай бұрын
Extremely helpful video! Thank you for posting!
@rabindrajaiswal5329
@rabindrajaiswal5329 Жыл бұрын
Liked and subscribed blah blah blah haha 😂 thanks for saving our time with such great to the point video
@abcdabcd8605
@abcdabcd8605 17 күн бұрын
Super clear explanation!!
@user-rb2ye3is4t
@user-rb2ye3is4t Жыл бұрын
Thank you man for sharing this stuff
@freeinformation7877
@freeinformation7877 3 ай бұрын
Thank you my Master, I appreciate it
@alphareaper1172
@alphareaper1172 5 ай бұрын
Thanks Colt 😊
@aamirjamil4615
@aamirjamil4615 5 ай бұрын
perfect example thanks a lot!
@abhinav7991
@abhinav7991 Жыл бұрын
Hi colt, I think one thing that you can cover is worktree which is also not on your git bootcamp course as well. I would really like to know about it,
@wasifnaqvi2213
@wasifnaqvi2213 Жыл бұрын
Awesome video as always 👏
@manjunathks8163
@manjunathks8163 11 ай бұрын
Thanks a lot , it was very easy to do
@lumiuko
@lumiuko 8 ай бұрын
Well explained. Thanks!
@keifer7813
@keifer7813 Жыл бұрын
Great. Just what I needed 👍
@luisalbertogarciaibarra9852
@luisalbertogarciaibarra9852 Жыл бұрын
Awesome explanation sir
@user-lx3kd2es9g
@user-lx3kd2es9g Жыл бұрын
just beautiful !!!!
@manofsteelind
@manofsteelind 2 күн бұрын
Super useful!
@dilhaitumhara691
@dilhaitumhara691 Жыл бұрын
Very nice....Thanks a lot....!!!
@skl949
@skl949 Жыл бұрын
really well explained. subsribing bro
@Mitsunee_
@Mitsunee_ Жыл бұрын
I use git stash -u a lot because git tends to just ignore untracked files when switching branches and I'd like to prevent me accidentally adding them when doing git add -A
@qwert8892
@qwert8892 Жыл бұрын
its works, thank you
@fake22444
@fake22444 7 ай бұрын
I dont want to commit any changes, but I want to pull from remote repo, should I stash my work on local as well?
@Stepuntik
@Stepuntik 2 ай бұрын
does this work if both of you are working on the same branch (just master, without branching out to puppy branch)?
@aravind_vishvanatham
@aravind_vishvanatham Жыл бұрын
What if stashed changes were gone?? Do we have a way to get them back
@MenziManqele
@MenziManqele Жыл бұрын
just watched this again , as a reference .
@MrNallana
@MrNallana Жыл бұрын
Cool
@petersuvara
@petersuvara Ай бұрын
No one seems to have ever explained the difference between git stash save and git stash create :)
@ashkanahmadi
@ashkanahmadi Жыл бұрын
This is i guess bad practice but why not commit your half-done code, switch to main, return back to the feature branch and undo the last commit?
@TheArideni
@TheArideni Жыл бұрын
This is probably faster and doesn't create yet another commit in the branch tree which could cause conflicts with coworkers who may be working on the same project as you.
@kacperkepinski4990
@kacperkepinski4990 3 ай бұрын
mess like hell
Git Rebase Vs. Merge
19:59
Colt Steele
Рет қаралды 105 М.
Using Git & GitHub in VSCode: Stage, Commit, and Push
14:51
Max on Tech
Рет қаралды 17 М.
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 21 МЛН
顔面水槽がブサイク過ぎるwwwww
00:58
はじめしゃちょー(hajime)
Рет қаралды 115 МЛН
Master JavaScript Array Reduce Method In 10 Minutes
10:51
Colt Steele
Рет қаралды 6 М.
Learn Git In 15 Minutes
15:59
Colt Steele
Рет қаралды 2 МЛН
Git STASH Explained in Simple Words
9:45
Academind
Рет қаралды 119 М.
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
Fireship
Рет қаралды 881 М.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 120 М.
Git Stash Tutorial
6:59
The Modern Coder
Рет қаралды 19 М.
How To Squash Your Git History Like A Pro
13:09
Colt Steele
Рет қаралды 51 М.
Git MERGE vs REBASE: The Definitive Guide
9:39
The Modern Coder
Рет қаралды 55 М.