What is the difference between `git switch` and `git checkout` for branch operations? GitHard Try Now
What is Git LFS (Large File Storage) and how does it change how large files are handled in a repository? GitHard Try Now
What is the Signed Commit feature in Git and how does it enhance repository security? GitHard Try Now
What is the gitattributes file and how does it control how Git handles specific files? GitHard Try Now
What is the difference between merge conflicts marked with <<>> and conflicts with |||||? GitHard Try Now
What is a Git alternates file and how does it enable object sharing between repositories? GitHard Try Now
What does the `ours` merge strategy do vs the `recursive` strategy with -X ours option? GitHard Try Now
What is the purpose of the update-ref command in Git and what low-level operations does it enable? GitHard Try Now
What is the git index (staging area) at the file system level and what does it contain? GitHard Try Now
What is the difference between MERGE_HEAD, CHERRY_PICK_HEAD, and REBASE_HEAD special refs? GitHard Try Now