2

I created a Repository, but I want to upload my project to it.

I've looked on the repository page for an upload button of some kind but I haven't seen anything of the sort.

I've looked at the links provided so far but I'm still getting nowhere.

They mention command line, is that Windows command line ?

coder
  • 8,346
  • 16
  • 39
  • 53
Tien Ho
  • 21
  • 1
  • 1
  • 2

2 Answers2

4

Follow these steps. Hope you have already configured git in your local environment.

1) First Create a project in GitLab

enter image description here

2) After you created a project in next page you could see something like below image. And follow the instructions that I have highlighted with red color. I think your are working on Windows OS machine, so use Windows command line to do that.

enter image description here

Hope this will help you!

coder
  • 8,346
  • 16
  • 39
  • 53
-1

You can use windows command prompt but before you have to install GitHub software for your PC. Go to GitHub official website. Download and install it. After installing it you can also use their Git Bash Command Prompt for command or you can use Git GUI without command. Another easy process is to go to GitHub. Login then Create a Repository and then upload your files in import project.

Kaushik
  • 120
  • 1
  • 1
  • 10