What is the "AMEND" flag in Git?
What is "AMEND" in Git?
◩ After committing changes, suppose if you want to change the commit message or commit with new files, then the "amend" flag is used with the git commit command.
◩ Or, if you want to wrap all things under a commit.
◩ Or, if yo...
atechajay.hashnode.dev1 min read