Posts

Showing posts from December, 2021
Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Git and GitHub for Beginners - Crash Course - YouTube Installing Git :  Install Git | Atlassian Git Tutorial Visual Studio : Download and Install :  Visual Studio Code - Code Editing. Redefined  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ What is Git ? Git is what we call a version control system , It is an open source and free and the mostly used version control system in development today . Programmer interact with Git on a daily basis . What is Version Control ? Version control is basically a way were we programmers track our code changes .  We basically save our initial version of code into Git . And when we update code we can save it into Git Again and again and over time we can look into all the code changes we have made over time . This helps us to see what we did when , this helps us to track down bugs and as well as to go back to the previous ver...