| | |
| | | gb.extensions = extensions |
| | | gb.pleaseSelectProject = Please select the project! |
| | | gb.accessPolicy = Access Policy |
| | | gb.accessPolicyDescription = Choose an access policy to control visibility, cloning, and pushing to this repository. |
| | | gb.accessPolicyDescription = Choose an access policy to control repository visibility and git permissions. |
| | | gb.anonymousPolicy = Anonymous View, Clone, & Push |
| | | gb.anonymousPolicyDescription = Anyone can see, clone, and push to this repository. |
| | | gb.authenticatedPushPolicy = Restrict Push (Authenticated) |
| | |
| | | gb.initWithReadmeDescription = This will generate a simple README document for your repository. |
| | | gb.initWithGitignore = Include a .gitignore file |
| | | gb.initWithGitignoreDescription = This will insert a config file that instructs your Git clients to ignore files or directories that match defined patterns. |
| | | gb.initWithGitflow = Include a .gitflow file |
| | | gb.initWithGitflowDescription = This will generate a config file which guides Git clients in setting up Gitflow branches. |