- 5
- 47 553
Solo Kevin
Приєднався 30 сер 2012
El arte de fracasar una y otra vez
"La única vez que no te puedes permitir fallar es la última vez que lo intentas"
Fallar es parte irrevocable de cualquier proyecto y es mejor tener en cuenta los fallos que intentar obviarlos
Evitar fracasar no es una opción, aprender de los fallos si lo es.
Music by: Bensound
Fallar es parte irrevocable de cualquier proyecto y es mejor tener en cuenta los fallos que intentar obviarlos
Evitar fracasar no es una opción, aprender de los fallos si lo es.
Music by: Bensound
Переглядів: 100
Відео
5 tips para alcanzar tus objetivos (SMART)
Переглядів 452 роки тому
Cada nuevo año te propones metas que no llegas a cumplir? Entonces seguramente te sirva darle esa vuelta de rosca a la definición de tus objetivos para que nos motiven y podamos alcanzarlos. Si querés poner en práctica este método te invito a poner un ejemplo en los comentarios para que todos podamos ir aprendiendo juntos. 0:00 Intro 2:35 Objetivos Específiicos 3:58 Objetivos Medibles 6:13 Obje...
The truth about Github Copilot | Will AI replace developers?
Переглядів 2593 роки тому
In this video you will discover the truth about the controversial Github Copilot and a reflection of what changes this new tool may bring to us as developers Hello! I'm Kevin, a Software Engineer, Android developer and University Teacher's Assistant If you are interested in the coding world you may subscribe to this channel. I'll be uploading things related to good practices in code, tools for ...
Difference between git PULL and git FETCH
Переглядів 47 тис.3 роки тому
In this video you are going to see what's git pull, what's git fetch and what's the difference between them! Hello! I'm Kevin, a Software Engineer, Android developer and University Teacher's Assistant If you are interested in the coding world you may subscribe to this channel. I'll be uploading things related to good practices in code, tools for developers, mobile development and freelance vide...
THE difference between GIT and GitHub in 7 minutes (for beginners)
Переглядів 2673 роки тому
Hello! I'm Kevin, a Software Engineer, Android developer and University Teacher's Assistant If you are interested in the coding world you may subscribe to this channel. I'll be uploading things related to good practices in code, tools for developers, mobile development and maybe some freelance videos In this video you will learn what's git, what's GitHub and how they are related If you have any...
Great explaination, however, could you go on to the next step. You would CHECKOUT the Teamate Branch, correct, saving your changes in Your Branch. Then when you are done you would use checkout again to Your Branch.. correct. How when your Teamate merges to main and gets rid of his branch, the next fetch, does that then remove your local copy of Teamate Branch?
Não encontrei uma explicação tão simples em português. Essa foi simples e direta. Obrigado!
Thank you, man!
¡Gracias por tus videos Kevin!
Good tutorial, clear and precise explanation.
Perfect!
is git pull = git fetch and git merge in same time?
yes
Nice explanation
ONE WORD: SUCCINCT - Thank You
short, clear and concise Understood the concept completely.
Great video Kevin! Is there a command that pulls the updated files from the remote branch and replaces your local files with the updated files? I'm asking because I don't want a bunch of new folders with the same data cramming my work space
2:47 `git checkout teammatesbranch`? What pull and fetch have to do with that? More over, to update his branch locally you could pull and still get intact commits since we haven't made changes in that branch? Kind of bad example
Nicely explained mate. Good Job!
Subversion was so much simpler.
works perfectly, thank you
Git is just way too complex to be productive with. Been using SVN for 10 years without issue but Git is destroying my brain.
Thanks a lot for the video!
+sub, workis
awesome dude nice explaination ,more clear with diagram
Great explanation. Keep it up!
I hope it didn't explode
👍
This was really helpful, thanks!
Thank you kevin . The graph made really easy to understand.
explanation of tNice tutorialngs and how they work 11/10 video
thank you!
Thanks alot, great job
Nice
instead.... soday I’ll manage to export sotNice tutorialng decent on soft... one day lol
Thank you
congratulations fam!!!
Ok and do you got a video for how to load a plugin in to the software ?
you are way more handsome than an average people.
17 minutes than i've seen in years.
best explanation ever for this topic ! thanks so much!
yup Hogwarts dropout Harry lost his magic wand
oh those fast teammates )
Que contenido se viene???🤩🙌🙌🙌
🤩🤩🤩 buenísimos consejossss👏👏👏
want more videos on all Git commands like this
what shall I do after fetched Teammate's Branch? Switch Teammate's Branch and then ? thanks . I don't under what does git fetch do
not surprised you didn't understand... I've been struggling with Git for a year. it's a stupid system
simply explained !! Thanks
Kane Williamson discussing GIT :)
😂😂😂
Thanks, understood git pull & git fetch
👍
Thanks !
In the documentation it says: ", git pull runs git fetch [..] and then [..] will call either git rebase or git merge to reconcile diverging branches." That means, that git pull is just a use of git fetch with another command afterwards, which means, that git push will also get the branch of the teammate.. .. and your statement about the main difference is just wrong. Pls correct me, if I missed something :)
I was confused by the documents too. from my real life git experience, this video is right.
`git fetch` fetches all the changes from the remote repository and keep them isolated (doesn't merge) (`man git fetch` - Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated) Whereas `git pull` fetches the changes and merges them immediately. (`man git pull` - Incorporates changes from a remote repository into the current branch. In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD.)
the graph help so much to understand the difference between pull and fetch . thnks
cool video and makes it easy to understand by using the graphics for a total git noob...keep on the great job!
I understand better now. thanks