This assignment requires practicing the Git add command 100 times. The purpose of using Git add is to prepare project files and changes before saving them in the Git repository. Each practice helps to understand how files move from the working area to the staging area.
This assignment requires creating commit records from 101 up to 110. Each commit should have a clear message that describes the changes made. The commits help track project progress and maintain a complete history of updates.
This assignment requires checking Git status 100 times. Git status is used to monitor the current condition of the repository, identify changed files, and check which files are ready for committing.
This assignment requires using Git diff 10 times. Git diff helps review changes made in files before committing. It allows checking what content has been added, removed, or modified.
This assignment requires using Git log 10 times. Git log is used to review the history of commits and track previous changes made in the project.
This Git assignment focuses on practicing important Git commands including Git add, Git commit, Git status, Git diff, and Git log. The practice improves understanding of version control, file management, and project history tracking.