Billingegroup / rg-db-public

Public Research Group Database
BSD 2-Clause "Simplified" License
1 stars 73 forks source link

changed bio, education, and avatar #457

Closed mkwang2024 closed 2 years ago

mkwang2024 commented 2 years ago

I updated bio, education, and avatar section of people.yml

sbillinge commented 2 years ago

@mkwang2024 there seems to be a rogue binary file that made its way into this commit. Did you use git add -A by any chance? Don't ever use git add -A but add files explicitly. You can do git commit -a because it will only add all modified files that are already being tracked, but git add -A will add whatever junk you have sitting in your local hard-drive....