Which scope for Personal Access Token?

  • i am free gitlab.com user
  • my workflow_
    • clone repoQ
    • create branch branchA on my local machine
    • create merge request for repoQ from branchA
    • again sync repoQ for making further changes &
      creating mrs_ git checkout master && git fetch upstream && git pull --rebase upstream master && git push origin master
  • i am overwhelmed by docs
  • which scope should i use & what is the format
    of git command for using PAT?