Correct Answer: By default a push doesn't send tags to the remote repository.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
After pushing commits to the remote repository for the first time using the command below, what shorthand command can you use in future? git push -u origin master
How would you create a custom shortcut or command across your git environment?
What command would let you modify your previous commit?
What is the best way to characterize the git commit structure?
What change will the following command make to the staging area files? git rm --cached testfile.js
which commande used to commit change
which command used to initialise the repository
What is the git diff option to show the diffs of both staged and unstaged changes?
What does adding the -a option to git commit do?
Which command obtains the common parent of two commits?