How to use Git

Опубликовано: 14 Октябрь 2024
на канале: Cukmekerb's Coding Class
320
23

Git is a version control system, which allows you to keep track of changes to your code or revert to an old version if you mess up. It's incredibly useful and not too hard to use.
Download git:
Git comes preinstalled on MacOS, so if you're on that, you're good to go.
Git is also preinstalled on most Linux distributions, but if it's not, you can install it easily through the "git" package.
On windows, you have to download it from here: https://git-scm.com/downloads




the link to my website:
https://cukmekerb.github.io/