SOP For git&GitHUB
SOP For git&GitHUB
git pull origin branchname # Pull latest changes from remote branch
# Explanation of terms:
# origin: Default name for the remote repository (usually GitHub repo URL)
# main: Default primary branch in the repository (used to be 'master')