Important terms to know in Version Control System
Working Directory : It's a workspace where developer's create/ modify files
Repository: It's a space where we store files and metadata
Commit: It's a process of sending files from working directory to the repository
Checkout: The process of sendin...
gautamishetty.hashnode.dev3 min read