Question 1
(Topic 1)
After creating a new file within a directory which belongs to a Git repository, which commands have to be used in order to make Git manage the new file and upload it to an already configured remote repository? (Choose three.) Reveal Solution Hide Solution Discussion Correct Answer: BCD π³οΈ
Select an option, then click Submit answer.
- β git init
- β git push
- β git commit
- β git add
- β git remote