Skip to content

Git Install - Process Steps

Install Git

Install Git v1.8.3.4 on a target server.

NameTypeDescriptionRequired

Create Repository

Create an empty repository on GitHub.

NameTypeDescriptionRequired
GitHub HostnametextBoxThe GitHub hostname you want to create the repository on. Leave blank to create the repository on the public github.com.No
GitHub UsernametextBoxSpecify the username for GitHub credentials.Yes
GitHub PasswordsecureBoxSpecify the password for GitHub credentials.Yes
OrganizationtextBoxSpecify an organization to create the repository under. The Username must be a part of this organization.No
Repository NametextAreaBoxThe name of the respository. Separate multiple names with a new line or comma.Yes
DescriptiontextBoxSpecify a description for the respository.No
HomepagetextBoxSpecify a homepage to associate with the repository.No
Private RepositorycheckBoxSelect to create a private repository. Private repositories required a paying GitHub account.No
Enable IssuescheckBoxEnable Issues tab to be created within the respository.No
Enable WikicheckBoxEnable a Wiki documentation tab within the respository.No
Enable ReleasescheckBoxEnable a Releases tab within the repository.No
Team IDtextBoxGrant a team access to this repository through 6 digit ID. Organization property is required.No
Empty READMEcheckBoxInitialize with an empty README file.No
.gitignore TemplatetextBoxSpecify the repository's .gitignore template. Name the template without its extension.No
License TemplatetextBoxSpecify the repository's license template. Name the template without its extension.No

Migrate Repository

Migrate an external Git Repository to GitHub.

NameTypeDescriptionRequired
External Repo URLtextBoxThe full (http:// or ssh://) external repo.git URL to migrate the repository from.Yes
External UsernametextBoxSpecify the username for external credentials. Only required for 'ssh://' clone URLs.Yes
External PasswordsecureBoxSpecify the password for external credentials.Yes
GitHub Repo HTTPS URLtextBoxThe GitHub HTTPS URL to use as the new repository. This can be copied from the GitHub repository project page.Yes
GitHub UsernametextBoxSpecify the username for GitHub credentials.Yes
GitHub PasswordsecureBoxSpecify the password for GitHub credentials.Yes