Git


Git was created by Linus Torvalds (who also created Linux) in 2005. Git is a command line tool which enables us to keep track of changes in our code, a version control system - software that helps you track changes to files over time. It's especially popular among programmers for managing code, but not limited to it can also be used for any...