Learn Git / Github in Easy Way By Git Series in 2021
Hey Welcome to all coders, Hope your day is good, so let's move on the topic GIT. Basically what is GIT, why we are using it in coding and how it's helpful for developers. WHAT IS GIT :- GIT is a software who track all modification in any files and GIT helps developers to work together or collaborate with developers. GIT is a basically version control system, version control system mean developers firstly develop a version and after onward develop a new version, test that new version in staging area and after launch that version and if any error occur past version then configure that version and after that update version, that is called version control system. GIT is basically developed or created in 200...
0 Comments