git remote remove origin # origin이 아닌 다른 리모트 삭제시 origin대신 해당 리모트의 이름
git fetch
git pull
git branch -a
git switch 브랜치이름 # or git checkout 브랜치이름
git switch 브랜치1 git merge 브랜치2
git pull origin 브랜치1