git - GitHub commit with "invalid email" -
i need change author's email of old commits on github. found script on github allows change author email old (wrong one) new article link , in case,i don't know email did use push commits. there anyway find out "invalid email" , correct it? . on blue circle (as per screenshot) asking me correct email on github correct how resolve issue old commits? appreciated. [
on far right side can see commit hash used commit in question. use
$ git show <commit>
and @ author line. there should see name , email address.
keep in mind, rewriting commits new email address rewrite history of every commit there on (because parent hashes change too).
Comments
Post a Comment