Open
Conversation
…finish part 1 of assignment
…into assignment. slightly modified to merge with coworker's file.
Autograder results
|
…hat mv rawdata to data/raw was not performed correctly, so fixed this to move the entire directory rather than only the contents, as it was doing before.
Autograder results
|
…moving and renaming. corrected this here.
Autograder results
|
|
Assignment marked complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
Adding in new bash commands to complete the tasks listed. Also manually merged with a coworker's version.
What did you learn from the changes you have made?
I learned to incorporate bash commands into a .sh file, basics of using git and github (both via terminal and on website), and basic use of the terminal and Visual Studio Code.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
While I mostly used the github website interface to take care of the git processes, I also tried to perform some of these functions in terminal to make sure I understand how to use both.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
The biggest challenge I faced was accidentally doing all the work on the 'main' branch rather than the 'assignment' branch, so I ended up deleting the entire forked repo from my account and restarting the task from within the appropriate branch. I also struggled with making sure the current working directory was set appropriately before each set of bash commands was executed, which ended up in many 'file/directory does not exist' error messages.
How were these changes tested?
Changes were tested by running the entire script via terminal and checking the output, which in this case meant verifying that all relevant files were created and/or moved into appropriate folders, while other files were deleted. I did this inside the file explorer UI in VScode.
A reference to a related issue in your repository (if applicable)
Checklist