QuestionQ4
701.3 Source Code ManagementAfter you create a new file in a directory that belongs to a Git repository, which commands must be used so Git manages the new file and uploads it to an already configured remote repository?
Choose three
- A git init
- B git push
- C git commit
- D git add
- E git remote
Community Discussion