basic_git_commands
1. **git init** - Initializes a new Git repository.
3. **git status** - Displays the state of the working directory and staging area.
8. **git branch** - Lists all branches in the repository.