//파일 업로드
$ git pull origin main/master/...
$ git add .
$ git commit -m "commit message"
$ git push origin main/master/...

//추가적인 명령어
$ git remote -v
$ git remote rm origin
$ git branch
$ git config --global init.defaultBranch [브랜치 이름]
$ git status
$ git rm --cached -r .

명령어 모음!

https://dangitgit.com/ko

git flow