This blog Explain about Git Git is a distributed version control system used for tracking changes in source code during software development. It is widely used by developers to collaborate…
Open https://github.com/ Click on ‘Sign Up’ Provide credentials and create account Now, ‘Unlimited public repositories for free’ is selected by default. Leave as it is. Click ‘Continue’ Step 3 is…
Download GIT from here https://git-scm.com/download/win for Windows OS. Install GIT. Go to Start -> Select Git GUI Click on Create New Repository Provide Directory details (where your Java Classes are…