4 followers
I am a Cloud enthusiast . Delivering continuous learnings through blogs . You have any doubts you can contact me directly don't hesitate . We all have a start and initial days of learning !!
Here's how to create an issue in your GitLab project, assign it to a user, add a due date, and apply appropriate labels for priority and status: Step...
To create a GitLab project and assign different roles to users while verifying access permissions for each role, follow these steps: Step 1: Create a...
To create a .gitlab-ci.yml file in your GitLab repository that runs a basic job (like executing a script or running tests) and ensures the pipeline...
Here's a step-by-step guide to fork an existing GitHub repository, clone it locally, make changes, and create a pull request to the original...
Here’s how to create a new branch called feature1, make changes in it, and then merge it back into the main branch without any merge conflicts: Step...
Here’s a step-by-step guide to creating a new folder, initializing it as a Git repository, adding a file, committing the changes, and pushing it to a...