Practice Quiz: Using a Remote Repository Post author:Devendra Kumar Post published: Post comments:0 Comments 5. Name the command that gathers all the snapshots we've taken and sends them to the remote repository. Answers git pullgit remote updategit checkoutgit log -p -1 6. If we need to find more information about a remote branch, which command will help us? Answers git fetchgit checkoutgit remote updategit remote show origin 7. What command will download remote branches from remote repositories without merging the content with your current workspace automatically? Answers git checkoutgit pullgit fetchgit remote update 8. What type of merge creates a new merge commit? Answers Fast-forward mergeImplicit mergeExplicit mergeSquash on merge 9. What method of getting remote contents will automatically merge the remote branch with the current local branch? Answers git fetchgit checkoutgit remote updategit pull Previous Next Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Devendra Kumar Project Management Apprentice at Google You Might Also Like Week 4 – More about visualizations, aesthetics, and annotations – Shuffle Q/A 3 Week 1 – Data types and structures Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.