Create an Empty Git Repository

Create an empty Git repository if you plan to upload your application files to it from your computer or import files from another Git repository.

  1. Click + Create Repository.
  2. In the New Repository dialog box, in Name and Description, enter a unique name and a description.
    Once you create a repository, you can’t change its name.
  3. In Initial Content, select the Empty Repository option.
    To initialize the repository with a file, select the Initialize repository with README file option.

    You can add to and format the contents of the readme file using the Markdown markup language. Use the markup toolbar for frequently used formatting actions and to customize the content editor itself.

    If you don’t want to keep the file after VB Studio creates the repository, delete it.

  4. Click Create.