DEV Community

Cover image for Control your version with git.
Kavindu Santhusa
Kavindu Santhusa

Posted on

Control your version with git.

What is git?

Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

Instead of using git, you can use Github and/or Github desktop. You can learn more about them in next article.

Git workflow

This is a short article, because I will write about Github Desktop in next article.

This is a series about web development.
🏃‍♂️🏃‍♀️ Follow me for more articles.
⭐ Vote this article if you like this article.

Thanks 💖💖💖.

Top comments (2)

Collapse
 
bobbyiliev profile image
Bobby Iliev

For anyone who is just getting started I could also suggest this free eBook here:

GitHub logo bobbyiliev / introduction-to-git-and-github-ebook

Free Introduction to Git and GitHub eBook

💡 Introduction to Git and GitHub

This is an open-source introduction to Git and GitHub guide that will help you learn the basics of version control and start using Git for your SysOps, DevOps, and Dev projects. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Git to track your code changes and collaborate with other members of your team or open source maintainers.

The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Git, GitHub and version control in general.

🚀 Download

To download a copy of the eBook use one of the following links:

📘 Chapters

Collapse
 
ksengine profile image
Kavindu Santhusa

Cool you completed my article.