Essential_Git_Commands
Essential_Git_Commands
# 1. Set Username
Sets the global username for Git commits.
Example:
# 2. Set Email
Configures the email associated with Git commits.
Example:
git init
Example:
git status
git log
Example:
git add .
Example:
Example:
git branch
Example:
Example:
Example:
Example:
Example:
git remote -v
Example:
Example:
Example: