See what you are committing to Git by using:
Viewing Commits:
1. commit history.
git log origin/main.HEAD
2. commit differences:
git diff origin/main.HEAD
Graphical Interface Tools:
GitKraken, Sourcetree, or GitHub Desktop represent the commits pending in an outgoing commit format, having all changes visualized.