Git Setup: Overcome Version Control Challenges in 3 Easy Steps
Setting up a New Code Repository Install GIT – visit website: Git Download To check Wether GIT is installed git – – version Configure GIT – This is important for version control system, as each GIT commit uses this information.eg- git config – – global user.name “your_name” git config – – global […]