Allowing all users to create a repo in TFS-GIT -


i have set tfs project in vso using git source control. there way can give members of project ability create git repository? way see make administrator, don't want them able manage members , other settings... create new repos.

they must administrator @ version control level, no need team nor project administrators.

let me explain did team of mine.

  • i created git admins tfs group (yourprojecturl/_admin/_security page i.e. security tab)
  • then in version control tab (i.e. yourprojecturl/_admin/_versioncontrol page) root node selected, add git admins tfs group
  • give git admins tfs group allow administer
  • avoid giving rewrite , destroy history (force push) permission except project or better server administrator dangerous

Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -