#git
Read more stories on Hashnode
Articles with this tag
As of now we have read about basics of git, github, architecture of git and even some hands on with git commands. But now, let's discuss about git...
Architecture of Git Most of the version control systems have a two-tier architecture. However, Git has a layer more, making it a three-tier...
What is Git? It is a version control system for our files. Allows us to -revert a selected file/entire project to previous state -compare changes...