git · Git Basics
After initializing a new Git repository and creating a file named git_file.html, which of the following commands will not work if issued?
Answers
- git add git_file.html
- git commit -m "Your commit message"
- git status
- git add .
git · Git Basics