Git : Basic And Essential Commands
Jan 31 · 4 min read · What is Git Git is a version control system . in easy words :- Git tracks the changes in our code (file) so we don’t lose the code and go back to older version anytime. on Git many programmers can work together without overwriting each other works. W...
Join discussion