So I am quite new to GitHub, and I am trying to rebase my fork with an update of the ogininal master. Therefore I put:
git rebase "originial_remote"/"branch_name"
This seems to work, however I get an error
fatal: empty ident name (for <zeeuwwd@PC-18398.tsn.tno.nl>) not allowed
Which makes sense, because I think I committed the changes with a empty identity (this is because my Ubuntu chrashed, and I had to reinstall it, but didn't set the identity again..). So, my question is, now that I have added my identity to the account, how can I make sure that these previous commits also get the correct identity, because I think that this resolves the issue.
Any ideas? Thanks Guys! Wessel