#git
Read more stories on Hashnode
Articles with this tag
Git Stash Sometimes you want to switch branches, but you are working on an incomplete part of your current project. You don't want to make commit to...
Git Branching The diagram above visualizes a repository with two isolated lines of development. By developing them as branches, it's not only...
1. What is Git and why is it important? Git is an open-source DevOps tool and also a distributed version control system. Git is used to track changes...
If you are working in Software Industry must hear about the two-term "Git and GitHub" but before jumping into Git first, you have to understand what...