You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gb.anonymousRepoDescription = Anyone can see, clone, and push to this repository.
690
+
gb.public = Public
691
+
gb.publicRepoDescription = Anyone can see and clone this repository. You choose who can push.
692
+
gb.protected = Protected
693
+
gb.protectedRepoDescription = Anyone can see this repository. You choose who can clone and push.
694
+
gb.private = Private
695
+
gb.privateRepoDescription = You choose who can see, clone, and push to this repository.
696
+
gb.initialCommit = Initial Commit
697
+
gb.initialCommitDescription = This will allow you to <code>git clone</code> this repository immediately. Skip this step if you have already run <code>git init</code> locally.
698
+
gb.initWithReadme = Include a README
699
+
gb.initWithReadmeDescription = This will generate a simple README document for your repository.
700
+
gb.initWithGitignore = Include a .gitignore file
701
+
gb.initWithGitignoreDescription = This will insert a config file that instructs your Git clients to ignore files or directories that match defined patterns.
702
+
gb.initWithGitflow = Include a .gitflow file
703
+
gb.initWithGitflowDescription = This will generate a config file which guides Git clients in setting up Gitflow branches.
0 commit comments