/tag

Git

Entries tagged “Git”.

1 entries by VitaminCPU
06 Apr 2022
Read Why you should learn Git

Why you should learn Git

Git #

Git is a great version control system, which makes it easy to manage different versions of your programming project. I use git not only for my programming projects, but also for publishing Website Blog Posts like this. Instead of getting access to your server and upload your files, which can be very annoying, a git push will do the magic.