

I am trying to edit this description on Github and cant find any edit button for this,I typed the description when I uploaded this project with GitHub Desktop. Any suggestions on how to edit it?
I want that the commit message will be "A project based on the DAX index" as shown below.
I got to this screen what should I do now?
There are many ways to rewrite history with git.
git commit --amend to change your latest log message.git commit --amend to make modifications to the most recent commit.git rebase to combine commits and modify history of a branch.git rebase -i gives much more fine grained control over history modifications than a standard git rebase. Source - https://www.atlassian.com/git/tutorials/rewriting-history
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With