weecology / mcdb

Mammal community database updates
1 stars 1 forks source link

Drop interior quotes from all data files #5

Closed dmcglinn closed 10 years ago

dmcglinn commented 10 years ago

Per discussion in #4 interior quotes have been dropped from all data files that contained them

ethanwhite commented 10 years ago

This looks great with the exception that as I mentioned on the other PRs I'm unclear on the value of including the script that made the changes.

If you think there's a good reason for including the scripts could you lay it out so that we can chat about it?

If you want to remove the file from the commit you can do the following:

git rm error_check/drop_quotes.R
git commit --amend

when the editor opens just save the file and then:

git push -f origin drop_quotes
dmcglinn commented 10 years ago

On further thought I agree including the scripts just mucks up the repo. If we keep it just the datafiles then others can check it out and use it without wondering what these other files are. I amended my commit. Thanks for the tutorial on how to do that!

ethanwhite commented 10 years ago

Thanks Dan!