Jan 31 · 4 min read · Git 101: The Absolute Basics of GIt commands If you are starting your journey as a developer, you have likely heard the word "Git" thrown around constantly. It is the industry standard tool that every software engineer—from intern to CTO—uses daily. ...
Join discussionJan 31 · 3 min read · Before understanding Git, it’s important to understand the problem developers face without Git. When we start to build project from sctach is simple as first but by building more and more element and part of product as well as change our own writen c...
Join discussion
Jan 31 · 9 min read · In the world of software development working together and keeping track of changes is really important. Think about it you have lots of developers working on the project at the same time. So how do they make sure they do not overwrite the work of dev...
Join discussionJan 31 · 3 min read · What is Git? Git is a distributed Version Control System which helps track changes in files. It is the most popular version control system worldwide created by Linus Torvalds in April 2005. Git allows multiple developers to work safely without any ne...
Join discussionJan 31 · 3 min read · How Git Works Internally (Simple Mental Model) Many beginners use Git commands without knowing what Git is actually doing inside.This section explains Git internals in a very simple way, so you understand how Git thinks. 1) Understanding the .git Fo...
Join discussion