Main Sections in Git
Git has 3 main sections - Working Directory, Staging Area and Local Repository.
Working Directory:
This has all our project files and the .git directory.
This is the directory where we make changes to the files, add new files, delete files, etc.
S...
lavanyamohan.hashnode.dev1 min read