Vaibhav Parekh

Vaibhav Parekh

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 !!

Create an issue in your GitLab project, assign it to a user, add a due date, and apply appropriate labels for priority and status.
Create GitLab project and assign different roles (e.g., Developer, Maintainer) to users. Verify access permissions for each role by performing action
Create a .gitlab-ci.yml file in your repository that runs a basic job (e.g., running a script or test). Ensure the pipeline runs automatically on push
Fork an existing repository from GitHub, clone it locally, make some changes, and create a pull request to the original repository.
Create a new branch called feature1, make some changes to it, and merge it back into the main branch. Ensure there are no merge conflicts.
Create a new folder, initialize it as a Git repository, add a file, and commit it with a meaningful message. Push the changes to a new GitHub repo.