Fridays With Zell

Setting up a Git client

Informações:

Synopsis

The best way to consume this episode is through video because I share things on my screen. You can view the video at this Youtube link: https://youtu.be/0z2vRogzbMQ You can also read this as an article: https://zellwk.com/blog/setting-up-git What is Git? Imagine you're playing a game. In this game, you can create save points. When you die in the game, you will need to load your game and continue from your save point. If you didn't create a save point, you will start all the way at the beginning of the game again. That's not a fun experience, so its always a good idea to save your game. Git is like a save point system for your work. You can create save points. In Git we call each save point a commit. When you create a commit in Git, you can load your work from that commit. If you create five commits, you can load your work from any of these commits. That's what Git is for. We call it a version control system because you can save and load your work from any commit. Choosing a Git Client Many people teach you ho