Git for Beginners: Basics and Essential Commands
Basic Concept
Repository (Repo): The project folder that Git tracks, containing all project files and the hidden .git folder with all the version history and metadata.
Working Directory: The actual files you are currently editing on your local mach...
sapana-raval.hashnode.dev4 min read