Git branches are pointers to commits, representing project snapshots. Branches allow independent development without affecting main codebase. Branches help keep codebase clean and organized
Access version information through File > Account > About Excel. Shows full version, Product ID, and copyright details
Use git remote set-url command to change remote URL. View existing remotes with git remote -v command. Edit .git/config file to change URLs. Add new remote using git remote add command
File menu shows version in Account section of Office apps. About window displays version for specific Office apps. Control Panel shows version under Programs and Features. Windows Settings displays version for Microsoft 365 or Office apps
Local cloning bypasses Git transport, copying HEAD and objects directories. Local paths are default, URLs are ignored. Symbolic links prevent accidental file copying
Git is a distributed version control software for saving changes without overwriting. Every developer has a copy of the entire repository. Changes are stored in SHA hashes for fast compression