Which Git command is used to create a new remote repository and link it to a local repository?
git add
git clone
git init
git push

Software Engineering Exercises are loading ...