Fetch and integrate changes from remote repository
--rebase
Rebase instead of merge
Pull changes from remote
git pull
Pull from specific branch
git pull origin main
Pull and rebase
git pull --rebase