Version Control with git.

 Hello {{First name}},

Greetings from "Together We Learn".

Feb 03, 2022

Have you followed our previous three tips on getting started with designing and python on any device? If not, be sure to check them out here.

Does your project folder tree look like this?

It’s no one to blame, we want to keep track of our progress while also updating the file. We all have been there when we don’t have any idea about version control. So, today I introduce you to the best version control that exists(IMHO): git version control.

What is version control?

According to git-scm, version control is a system that records changes to a file or set of files over time so that you can recall specific versions later, better explained by the following illustration by themselves:

 

Fig: version control illustration by git-scm

But wait there’s more than just that

  • With platforms like github, you can keep a track of your projects and files over the internet, share it with your friends and contribute to the open source community all for free.

  • You can watch this small series to get started with github and git commands.

  • As it is with programming, you don’t need to remember any lines of codes for that. Saving a cheatsheet as follows would be a great asset to review in near future.

You can now follow us on facebook to never miss an update. Always remember to keep things slow, and consistent and never get intimidated by new topics.

Join our discord server to attend our webinar on Linear Regression/Intro to Machine Learning on 12th Feb 4:30 PM.


Best regards,

Ashim Dahal

President

Together We Learn


Comments

Popular posts from this blog

Mathematics And Theory Behind The Magic of Linear Regression

Plotting graphs in python.