Closed marikgoldstein closed 7 years ago
https://github.com/Harvard-PRINCESS/Guppy/pull/80/commits/093757b5d09c4aff6e10baa574a8c86a2a2e552e still has your text file, I had in mind something like:
git rebase -i 093757b~1
<mark 093757b as "edit" in editor>
git reset HEAD~
git rm all_hakepaths.txt
git rebase --continue
For some reason, i do not receive emails from CI. Neither nightly nor upon commit. I used to, until June 22. I see that my email is properly listed in the script.
I'll have to look in CI, I thought Ming and I verified it was sending e-mails to branch authors. The nightly doesn't run on nomnomnom anymore because we have CI.
Okay. Fixed git problems.
This pull request contains the following:
Three important notes:
1) The mistake I made: my Main.hs is now already in dev, but relies on other stuff that is here.
2) I made another mistake. I had made a commit on this branch with a very large 500k line file "Markfile". I think i successfully removed it from my git histor
3) For some reason, i do not receive emails from CI. Neither nightly nor upon commit. I used to, until June 22. I see that my email is properly listed in the script.