Skip to content

Assignment Natalia Rodriguez.#1

Merged
NataRo329 merged 3 commits intomainfrom
assignment
Apr 19, 2025
Merged

Assignment Natalia Rodriguez.#1
NataRo329 merged 3 commits intomainfrom
assignment

Conversation

@NataRo329
Copy link
Owner

@NataRo329 NataRo329 commented Apr 13, 2025

TITLE: UofT-DSI | <Unix Shell, Git & GitHub> - Assignment 1
Assignment Natalia Rodriguez

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I added code to organize the raw data into structured directories and remove sensitive files.

What did you learn from the changes you have made?

I learned how to use basic bash commands to manipulate files and directories, and how to collaborate and merge changes from other collaborators.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

No, I don’t have experience with shell scripting outside of this assignment.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

I had trouble with the rm command, but I fixed it.

How were these changes tested?

I first ran the script in the Git terminal to test if it worked as expected. After confirming it, I pasted the code into a VS Code file and ran it again to make sure all directories and files were created and organized correctly.

A reference to a related issue in your repository (if applicable)

Not applicable

Thank you for your patience and excellent explanations.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

@l-mack
Copy link

l-mack commented Apr 16, 2025

It looks like you need to complete section 2 of the assignment, please have a look here for instructions on how to do so.

@l-mack
Copy link

l-mack commented Apr 16, 2025

@NataRo329 some additional guidance:

  • Did you perform an git add + git commit + git push after you pulled in the co-worker changes from step 2? If not, the issue could be that your remote repository on GitHub is not aware of the pull from co-workers because it remains a 'local' change. Try to perform a git push in this case to add the co-worker changes up to your remote repository.

@NataRo329 NataRo329 merged commit cf17a4d into main Apr 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments