• Latest
  • Trending
What is Git Git basics for Beginners

What is Git? Git basics for Beginners

January 28, 2021
Why React Js is more powerful than Angular JS

Why React Js is more powerful than Angular JS?

December 16, 2020
Web Development Course at Harvard University

Free Web Development Course at Harvard University: Apply Now

February 4, 2021
The Fundamental Concepts of React library

The Fundamental Concepts of React library

January 28, 2021
5 Front-end Development Skills in 2021

5 Front-end Development Skills in 2021

January 31, 2021
Why we still need Web Developers in 2021?

Why we still need Web Developers in 2021?

February 7, 2021
CSS Box Model in 2021

Basic Understand of CSS Box Model in 2021

February 8, 2021
Highest Paying Jobs in IT Field For 2021

Top 4 Best Paying Jobs in IT fields for 2021

December 16, 2020
The Future of Front End - Vue JS(Vue 3)

The Future of Front End – Vue JS(Vue 3)

December 16, 2020
Should not Become a Full-Stack Developer

Why You Shouldn’t Become a Full-Stack Developer as a Beginner?

February 12, 2021
SASS Best - 5 reasons

Why You should move to SASS? 5 Reasons

December 16, 2020
Should You Learn Bootstrap in 2021

Should You Learn Bootstrap in 2021?

December 16, 2020
Best Web UI Trends in 2021: You should follow

7 Best UI Trends You Should Follow in 2021

February 16, 2021
HOT
Frontend & UI/UX News
No Result
View All Result
Frontend & UI/UX News
No Result
View All Result
Advertisement Banner
Home Tools GIT

What is Git? Git basics for Beginners

Chathura Jayasanka by Chathura Jayasanka
January 28, 2021
in GIT
2 min read
377 28
1
What is Git Git basics for Beginners

What is Git Git basics for Beginners(Source : insights.dice.com)

557
SHARES
Share on FacebookShare on Twitter

what is git and why is it so popular? git is the most popular version control system in the world. a version control system records the changes made to our code over time in a special database called repository.

we can look at our project history and see who has made what changes when and why and if we screw something up we can easily revert our project back to an earlier state.

without a version control system we’ll have to constantly store copies of the entire project in various folders. this is very slow and doesn’t scale at all.

especially if multiple people have to work on the same project you would have to constantly toss around the latest code via email or some other mechanisms and then manually merge the changes.

with a version control system we can track our project history and work together.

now version control systems fall into two categories centralized and distributed.

1. Centralized

in a centralized system all team members connect to a central server to get the latest copy of the code and to share their changes with others sub version.

microsoft team foundation server are examples of centralized version control systems.

the problem with the centralized architecture is the single point of failure if the server goes offline we cannot collaborate or save snapshots of our project. so we have to wait until the server comes back online

2. Distributed

in distributed systems, we don’t have these problems every team member has a copy of the project with its history on their machine so we can save snapshots of our project locally on our machine.

if the central server is offline we can synchronize our work directly with others git and mercurial examples of distributed version control systems out of all these.

git is the most popular version control system in the world because it’s free, open-source, super fast and scalable.

so git is almost everywhere more than 90 of software projects in the world use get that’s why almost every job description for a software developer mentions git.

so if you’re looking for a job as a software developer git is one of the skills you must have on your resume.

you should know inside out how it works and how to use it to track.

Tags: GIT
Advertisement Banner
Chathura Jayasanka

Chathura Jayasanka

Experienced UI/UX Engineer & Tech enthusiast.

Trending

Why React Js is more powerful than Angular JS
Angular

Why React Js is more powerful than Angular JS?

5 months ago
Web Development Course at Harvard University
Learn

Free Web Development Course at Harvard University: Apply Now

5 months ago
The Fundamental Concepts of React library
React

The Fundamental Concepts of React library

5 months ago
5 Front-end Development Skills in 2021
Tech

5 Front-end Development Skills in 2021

5 months ago
What is Git Git basics for Beginners
GIT

What is Git? Git basics for Beginners

5 months ago
Frontend & UI/UX News

We bring you Frontend Development,UI/UX Designs and Tech News.

Follow Us

Recent News

Why React Js is more powerful than Angular JS

Why React Js is more powerful than Angular JS?

December 16, 2020
Web Development Course at Harvard University

Free Web Development Course at Harvard University: Apply Now

February 4, 2021

Categories

  • Angular
  • Bootstrap
  • Component Libraries
  • CSS
  • GIT
  • JavaScript
  • Learn
  • React
  • Sass/SCSS
  • Tech
  • Vue

Tags

AngularJS Bootstrap cloud Courses css Data Devops frontend GIT html javascript Javascript frameworks Programming React SASS sementicui tailwind UI/UX VueJs Web
  • About
  • Advertise
  • Privacy & Policy
  • Contact Us

© 2020 Frontendz - Frontend & UI/UX News

No Result
View All Result
  • Home
  • Learn
  • JavaScript
  • About
  • Contact Us

© 2020 Frontendz - Frontend & UI/UX News

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In