Skip to content

Conversation

@An3Dev
Copy link
Member

@An3Dev An3Dev commented Mar 15, 2022

Has 100% working code that we used in the competition

@flynneva
Copy link
Contributor

flynneva commented Apr 6, 2022

@An3Dev I'd recommend to not include the SysIdSaveLocation folder since it has >300,000 lines of code and looks like it is generated from the source code (?) I think? Removing these files from this branch will make it much easier to see what has changed / what was fixed in the actual source code.

If you'd like I can clean up this branch to remove this directory if you'd like, it will be sort of complicated to do:

# remove the `SysIdSaveLocation`
# git commit this change
git rebase -i HEAD~5  # rebase interactively to combine the new commit with a commit from before
# move the commit that you just made to just below the first one
# change it to fixup instead of pick to combine with the previous commit

I can show you how to do this if you want to hop on a quick call.

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.

3 participants