Member
lily
What does `git merge origin` do?
lindsey.homenick
@lily
git merge origin merges changes from the origin remote repository into the current branch in your local repository. This command is used to incorporate changes from a remote repository into your working branch.
git merge origin
origin