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 discussionJan 30 · 5 min read · Introduction: What is git? Git is a version control system. It helps developers to track changes in files. It tracks all the information like: who changes the code, what changes are done, when the changes are done. It also lets you revert any changes...
Join discussion
Jan 30 · 4 min read · Suppose you are working on a project and suddenly you realize you broke the codebase. You don’t like the current version actually or like you made one part perfect and other team member made some changes to other part and this messed with all your co...
Join discussionJan 30 · 4 min read · How This Blog Is Meant to Be Read This is not a reference manual. It’s not a cheatsheet. But If you’ve ever: Lost code and panicked Broken something and didn’t know how to go back Copied commands without understanding them Wondered “Why do we eve...
Join discussion