I was wondering if there was a way to change a Github commit's name, even if it isn't my last commit and it was made 18 hour ago.
Stating that I am new to this, is it possible?
Asked
Active
Viewed 40 times
0
-
Does this hlep you? https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message – Henrik Halbritter Jul 28 '22 at 10:25
-
I don't know hot to navigate to the repository that contains the commit I want to amend. – Seba Jul 28 '22 at 10:55
-
1Commits are a Git thing, not a GitHub thing. Therefore, you want to change the author of a commit with Git. – knittl Oct 18 '22 at 22:30