Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
My Experience Working with GIT
OPSPL – my first workplace as an Intern. At first, I was a bit nervous, but after meeting my colleagues and my seniors, I felt at ease. They guided and supported me. Here, at OPSPL, is where I came across GIT. GIT is a free and open source distributed version control system designed to handle everything – from small to very large projects – with speed and efficiency.
When building a software, it is viable to create checkpoints of all the changes you have made, so that, it allows one to go back to the checkpoints as and when required. This is a crucial part of software development because, we have to deal with a lot of code during the building process and a lot of code translates into much work being done so that nothing goes wrong.
At first, it was challenging for me to get the hang of it but once I familiarized myself with the dynamics of GIT, my way of going about with GIT became much easier. It secures one’s mind from all the stress of the code getting destroyed or the project going into shambles.
GIT was developed by Linus Torvalds, also known as the father of Linux operating system, which is one of the best and most stable Operating System in my opinion. He once aptly quoted, “Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program”, and that is exactly what GIT does – It makes programming less burdensome and more enjoyable, since it eliminates the stress of losing the code.
Management and speed go hand in hand. That is why, I turned my attention to GIT. It indeed is the most popular version control system today. GIT makes our work very easy, helping to manage the project and sequential track of all the changes done for the project in a simpler manner.
When you code in bits, GIT is what you need!
– Stevan Fernandes