Git and GitHub Workflow | 5th Issue Ticket Task | Git Command Line #19
Ifycode
started this conversation in
Git and GitHub Workflow "Good First Issue" Tickets
Replies: 1 comment 1 reply
-
Hi @collabo-community/maintainers, i will be participating in this 5th task. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisite
Ensure that you have completed tasks 1 - 4 of the Git & GitHub Workflow "Good First Issue" Tickets. If you have not done or completed the Git and GitHub tickets, you can find it through the project board here: git and github workflow good first issue tickets
If your pull requests for all the previous tasks have been submitted and approved by a maintainer, you can proceed to do this 5th task.
Helpful resource (git command line)
Wiki - Syncing your fork with the original repo using git command line: https://github.com/collabo-community/good-first-issue-solutions/wiki/GIT-&-GITHUB-%7C-Syncing-your-fork-with-the-original-repo-using-git-command-line
Issue description
In this 5th task assignment, you are required to make some changes to the markdown tutorial file that you created in the 4th task. using command line git. It will also involve learning two things: how to sync your fork using command line and how to merge conflicts using command line. Find more information in the expected solution section below.
Expected solution
Tip
Stick to the branch naming convention you have been using.
develop
branch with the @collabo-community repo'sdevelop
branch, so that your previous tasks' changes that we merged into our develop branch can reflect in your fork's develop branch. Make a screenshot of the successful sync that you did via command-line. You will need it for your pull request, to show proof that you used command line git.gitcollab-cmd-task.md
file that you previously created (in the 4th task), change this line:To this instead:
Additional context
#good-first-issue-support
channel in our discord community server.Testing checklist
Note (to contributor taking on this task assignment): Add the testing checklist below (without this note) to your pull request when submitting your fix. This will guide (you and) the contributors who will review your fix to know what is important to check or test for.
Replace this inline code block with the link to your approved 4th task pull request
develop
branch, and the name of my branch is a mix of@GH-
and the ticket's issue number (no # sign and no space in there).gitcollab-cmd-task.md
file in my own folder, as directed in the 5th issue ticket task.Beta Was this translation helpful? Give feedback.
All reactions