git pull origin <branch>
Term side of the Card
Topic: Git Commands - Remote Repo
Unit title: git pull origin <branch>
Categories: Command
Explanation side of the Card
Explanation: The command that fetches and merges changes from a remote repository into the current branch. It ensures local code stays synchronized with remote updates.