I did git filter-branch in a forked repo to change all my commits I made w.o a github account to use my new email (dkanne@stanford.edu). For some reason the files changed on this pull request says that files are different, but this is not the case; I verified it with multiple of the methods described here. The method I used to change the old commits can be found here. That all being said, even if this is clean as-is I'm not sure how changing the commit history affects future commits; will a simple pull make everyone up-to-date?
I did git filter-branch in a forked repo to change all my commits I made w.o a github account to use my new email (dkanne@stanford.edu). For some reason the files changed on this pull request says that files are different, but this is not the case; I verified it with multiple of the methods described here. The method I used to change the old commits can be found here. That all being said, even if this is clean as-is I'm not sure how changing the commit history affects future commits; will a simple pull make everyone up-to-date?