Working With Files
Learn how to add, remove, and modify files in your Git repository, as well as how to use Git to track changes to your files.
.gitignore Files
How to use .gitignore to exclude files from Git tracking
.gitkeep Files
How to track empty directories in Git using .gitkeep
Git Attributes
Learn about Git Attributes in Git
Staging Area
Learn about Staging Area in Git
Working Directory
Learn about Working Directory in Git
Staged Changes
Understanding the Git staging area and staged changes
Unstaged Changes
Understanding unstaged changes in Git and how to manage them
Adding and Updating Files
How to add new files and update existing files in Git