link
Fetch from and integrate with another repository
git pull
Pull current branch
Pull specific branch
git pull origin main
Pull with rebase instead of merge
git pull --rebase