When asked to commit changes:
- •Run
git statusto see all changes - •Run
git diff --stagedto see staged changes - •If nothing is staged, stage relevant files with
git add - •Draft a concise commit message that describes the changes
- •Create the commit with the drafted message
- •Show the commit result