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. [screen shot[2]

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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -