Making changes to the most recent git commit (Learning about git amend)
Git provides you with a number of ways to go back to the already committed code and edit something which is basically manipulating Git history. Sounds like a tough job but it enables you to do these things in situations that require such actions.
One...
gzamann.hashnode.dev2 min read