Home > Article > Development Tools > How to upload new folder in gitlab
Uploading a new folder in GitLab is a very simple process, but it may still be a bit difficult for beginners. In this article, we will discuss how to upload a new folder on GitLab and will provide simple steps to guide you through the process.
Step One: Create a New Project
To upload a new folder, first you need to create a new project. You can create a new project in GitLab and mark it as public or private as follows:
Step 2: Add a new folder
Once the project is successfully created, you can add a new folder to it. You can upload new folders using the Git command line or the web-based GitLab interface. The specific operations are as follows:
Step Three: Upload Files to New Folder
Now, you have successfully created a new folder into which you can upload any file. You can upload files in a new folder using the Git command line or the GitLab interface. The specific operations are as follows:
After completing the above steps, you have successfully uploaded the new folders and files to GitLab. So simple, you can easily upload new code or documents to your GitLab project.
Summary
Uploading a new folder in GitLab is a fairly simple process, just follow the steps above to complete. The process is very easy and does not require much technical knowledge even if you are a beginner. By following these simple steps, you can successfully upload new folders and files in GitLab.
The above is the detailed content of How to upload new folder in gitlab. For more information, please follow other related articles on the PHP Chinese website!