SSShubham Sarkarinshubh24.hashnode.dev·Jan 16 · 5 min readGIT For Beginners“Alone, we can do so little ; together, we can do so much.” - Helen Keller Git is a tool that helps people work together on computer projects, especially when they are writing code. It is a Version controlling System. Git was first created by Linus ...00
SSShubham Sarkarinshubh24.hashnode.dev·Jan 15 · 6 min readVersion Control System“There’s a way to do it better - find it.” - Thomas Edison Version Control exists to help people safely manage changes in code while working together. It keeps track of every change made to the code, showing who changed it and when. Many people can ...00