As part of our internship program, we encourage interns to make use of Git as a version control system due to a whole lot of benefits it provides, if you don’t know what Git is then you can read the blog – get started with Git
Why this post?
During our internship program, we have seen many fresh graduates struggling to get setup with Git and Git Bash on Windows system. So, I wanted to solve this problem by giving them a simple detailed set of instructions to get them quickly setup with Git on Windows system.
Instructions:
1. Download the latest Windows for Git installer from – this link
2. Run the downloaded Git setup exe file, we recommend keeping the default options provided by the wizard and complete installation
3. Once installation completes, Press Windows key and search for Git Bash and open it. You should see something like
4. Run the command to check Git version:git --version
if it displays the version then your Git setup is successful
Getting setup with Git on Windows was not that difficult, next you may try to clone and work on your favorite GitHub repository or use our open-sourced qxf2 pom repository . Do let us know in the comments below if this post helped you
I am a software tester with more than 3 years of experience. I started my career in an e-commerce startup called Browntape Technologies. I was looking forward to work with a software testing organization which would help me showcase my testing and technical skills. So I joined Qxf2. I love scripting in Python and using Selenium. I live in Goa and enjoy its beaches. My hobbies include playing cricket, driving and exploring new places.
Thanks Rohan! That was such a smooth sailing. Usually in the coarse of downloading any software or a (.exe) file and completing the set up we encounter many issues and this post of yours let us finish the task in a wink of an eye.