Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

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