how to add existing project to gitlab
cd existing_folder
git init
git remote add origin url_git
git add .
git commit -m "Initial commit"
git push -u origin master
how to add existing project to gitlab
cd existing_folder
git init
git remote add origin url_git
git add .
git commit -m "Initial commit"
git push -u origin master
gitlab clone branch
git clone --single-branch --branch <branchname> <remote-repo>
github to gitlab
Use the GitHub integration
Before you begin, ensure that any GitHub users who you want to map to GitLab users have either:
A GitLab account that has logged in using the GitHub icon - or -
A GitLab account with an email address that matches the publicly visible email address in the profile of the GitHub user
User-matching attempts occur in that order, and if a user is not identified either way, the activity is associated with the user account that is performing the import.
If you are using a self-managed GitLab instance or if you are importing from GitHub Enterprise, this process requires that you have configured GitHub integration.
1.From the top navigation bar, click + and select New project.
2.Select the Import project tab and then select GitHub.
3.Select the first button to List your GitHub repositories. You are redirected to a page on GitHub to authorize the GitLab application.
4.Click Authorize GitlabHQ. You are redirected back to the GitLab Import page and all of your GitHub repositories are listed.
5.Continue on to selecting which repositories to import.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us