Skip to content

improve new project options

gitlab-qa-bot requested to merge github/fork/bbodenmiller/patch-3 into master

Created by: bbodenmiller

  • Simplify new repo commands
  • Include directions for how to add an existing folder that is either already a repo or not yet a repo

Replaces #7918.

Before: image

After: image

No harm in initing an already inited repo:

Running git init in an existing repository is safe. It will not overwrite things that are already there.

Merge request reports