UofT-DSI | Git - Assignment 2 #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I am adding answers to a README.md file in a new branch called "assignment" in my git_assignment repository on GitHub.
What did you learn from the changes you have made?
I learned more about Git and GitHub functionalities such as creating branches, opening pull requests, and collaborating on projects. This assignment helped me practice my Git skills and understand the importance of proper version control and collaboration workflows.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Initially, I considered completing the assignment directly on the main branch without creating a separate branch. However, I realized that working on a dedicated branch allows for better organization, facilitates code review, and reduces the risk of conflicts with the main branch.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
One challenge I encountered was ensuring that my answers were clear and concise while addressing all the questions comprehensively. To overcome this, I reviewed each question carefully, double-checked my answers for accuracy, and sought feedback from peers if needed.
How were these changes tested?
These changes were primarily tested by reviewing the README.md file in my local repository to ensure all answers were correctly formatted and accurately addressed the questions. Additionally, I pushed the changes to a separate branch on GitHub and reviewed the pull request to verify that the formatting and content were consistent with the assignment requirements.
A reference to a related issue in your repository (if applicable)
@mentions of the person or team responsible for reviewing proposed changes (At least 2 people)
Checklist